Skip to content

Commit 593be02

Browse files
authored
[lldb] Remove broken comments originally written as table headers (NFC) (#116089)
Automatic formatting has removed the utility of these comments.
1 parent c9719ad commit 593be02

10 files changed

+0
-61
lines changed

lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ using namespace lldb;
3636
using namespace lldb_private;
3737

3838
static const RegisterInfo g_register_infos[] = {
39-
// NAME ALT SZ OFF ENCODING FORMAT EH_FRAME
40-
// DWARF GENERIC PROCESS PLUGIN
41-
// LLDB NATIVE
42-
// ========== ======= == === ============= ============
43-
// ======================= =================== ===========================
44-
// ======================= ======================
4539
{"r0",
4640
nullptr,
4741
4,

lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ using namespace lldb_private;
3838
LLDB_PLUGIN_DEFINE(ABISysV_arm)
3939

4040
static const RegisterInfo g_register_infos[] = {
41-
// NAME ALT SZ OFF ENCODING FORMAT EH_FRAME
42-
// DWARF GENERIC PROCESS PLUGIN
43-
// LLDB NATIVE VALUE REGS INVALIDATE REGS
44-
// ========== ======= == === ============= ============
45-
// ======================= =================== ===========================
46-
// ======================= ====================== ==========
47-
// ===============
4841
{"r0",
4942
nullptr,
5043
4,

lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ enum dwarf_regnums {
7878
};
7979

8080
static const RegisterInfo g_register_infos[] = {
81-
// NAME ALT SZ OFF ENCODING FORMAT EH_FRAME
82-
// DWARF GENERIC PROCESS PLUGINS
83-
// LLDB NATIVE VALUE REGS INVALIDATE REGS
84-
// ======== ====== == === ============= =========== ============
85-
// ============== ============ =================
86-
// =================== ========== =================
8781
{"r0",
8882
"zero",
8983
4,

lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ enum dwarf_regnums {
7878
};
7979

8080
static const RegisterInfo g_register_infos_mips64[] = {
81-
// NAME ALT SZ OFF ENCODING FORMAT EH_FRAME
82-
// DWARF GENERIC PROCESS PLUGIN
83-
// LLDB NATIVE
84-
// ======== ====== == === ============= ========== =============
85-
// ================= ==================== =================
86-
// ====================
8781
{"r0",
8882
"zero",
8983
8,

lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,6 @@ enum {
184184
sizeof(RegisterContextDarwin_arm::EXC))
185185

186186
static RegisterInfo g_register_infos[] = {
187-
// General purpose registers
188-
// NAME ALT SZ OFFSET ENCODING FORMAT
189-
// EH_FRAME DWARF GENERIC
190-
// PROCESS PLUGIN LLDB NATIVE
191-
// ====== ======= == ============= ============= ============
192-
// =============== =============== =========================
193-
// ===================== =============
194187
{"r0",
195188
nullptr,
196189
4,

lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ enum {
165165
sizeof(RegisterContextDarwin_i386::EXC))
166166

167167
static RegisterInfo g_register_infos[] = {
168-
// Macro auto defines most stuff eh_frame DWARF
169-
// GENERIC PROCESS PLUGIN LLDB
170-
// =============================== =======================
171-
// =================== ========================= ==================
172-
// =================
173168
{DEFINE_GPR(eax, nullptr),
174169
{ehframe_eax, dwarf_eax, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
175170
gpr_eax},

lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ enum ehframe_dwarf_regnums {
184184

185185
// General purpose registers for 64 bit
186186
static RegisterInfo g_register_infos[] = {
187-
// Macro auto defines most stuff EH_FRAME DWARF
188-
// GENERIC PROCESS PLUGIN LLDB
189-
// =============================== ======================
190-
// =================== ========================== ====================
191-
// ===================
192187
{DEFINE_GPR(rax, nullptr),
193188
{ehframe_dwarf_gpr_rax, ehframe_dwarf_gpr_rax, LLDB_INVALID_REGNUM,
194189
LLDB_INVALID_REGNUM, gpr_rax},

lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,6 @@ static uint32_t g_q15_contained[] = {fpu_q15, LLDB_INVALID_REGNUM};
363363
}
364364

365365
static RegisterInfo g_register_infos_arm[] = {
366-
// NAME ALT SZ OFFSET ENCODING FORMAT
367-
// EH_FRAME DWARF GENERIC
368-
// PROCESS PLUGIN LLDB NATIVE VALUE REGS INVALIDATE REGS
369-
// =========== ======= == ============== ================
370-
// ==================== =================== ===================
371-
// ========================== =================== =============
372-
// ============== =================
373366
{
374367
"r0",
375368
nullptr,

lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ enum RegisterIndex {
163163

164164
// Array of all register information supported by Windows x86
165165
RegisterInfo g_register_infos[] = {
166-
// Macro auto defines most stuff eh_frame DWARF
167-
// GENERIC
168-
// GDB LLDB VALUE REGS INVALIDATE REGS
169-
// ================================ =========================
170-
// ====================== =========================
171-
// =================== ================= ========== ===============
172166
DEFINE_GPR(rax, nullptr, LLDB_INVALID_REGNUM),
173167
DEFINE_GPR(rbx, nullptr, LLDB_INVALID_REGNUM),
174168
DEFINE_GPR(rcx, nullptr, LLDB_REGNUM_GENERIC_ARG1),

lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ enum RegisterIndex {
5151

5252
// Array of all register information supported by Windows x86
5353
RegisterInfo g_register_infos[] = {
54-
// Macro auto defines most stuff eh_frame DWARF
55-
// GENERIC GDB LLDB
56-
// VALUE REGS INVALIDATE REGS
57-
// ============================== =======================
58-
// =================== ========================= ===================
59-
// ================= ========== ===============
6054
{DEFINE_GPR(eax, nullptr),
6155
{ehframe_eax_i386, dwarf_eax_i386, LLDB_INVALID_REGNUM,
6256
LLDB_INVALID_REGNUM, lldb_eax_i386},

0 commit comments

Comments
 (0)