@@ -29,8 +29,8 @@ using namespace minidump;
29
29
#define DEF_X (i ) \
30
30
{ \
31
31
" x" #i, nullptr , 8 , OFFSET (x) + i * 8 , eEncodingUint, eFormatHex, \
32
- {INV , arm64_dwarf::x##i, INV, INV, reg_x##i}, nullptr , nullptr , \
33
- nullptr , 0 \
32
+ {arm64_dwarf::x##i , arm64_dwarf::x##i, INV, INV, reg_x##i}, \
33
+ nullptr , nullptr , nullptr , 0 \
34
34
}
35
35
36
36
#define DEF_W (i ) \
@@ -42,15 +42,15 @@ using namespace minidump;
42
42
#define DEF_X_ARG (i, n ) \
43
43
{ \
44
44
" x" #i, " arg" #n, 8 , OFFSET (x) + i * 8 , eEncodingUint, eFormatHex, \
45
- {INV , arm64_dwarf::x##i, LLDB_REGNUM_GENERIC_ARG1 + i, INV, reg_x##i}, \
46
- nullptr , nullptr , nullptr , 0 \
45
+ {arm64_dwarf::x##i , arm64_dwarf::x##i, LLDB_REGNUM_GENERIC_ARG1 + i, \
46
+ INV, reg_x##i}, nullptr , nullptr , nullptr , 0 \
47
47
}
48
48
49
49
#define DEF_V (i ) \
50
50
{ \
51
51
" v" #i, nullptr , 16 , OFFSET (v) + i * 16 , eEncodingVector, \
52
- eFormatVectorOfUInt8, {INV , arm64_dwarf::v##i, INV, INV, reg_v##i}, \
53
- nullptr , nullptr , nullptr , 0 \
52
+ eFormatVectorOfUInt8, {arm64_dwarf::v##i , arm64_dwarf::v##i, INV, INV, \
53
+ reg_v##i}, nullptr , nullptr , nullptr , 0 \
54
54
}
55
55
56
56
#define DEF_D (i ) \
@@ -314,7 +314,7 @@ static RegisterInfo g_reg_infos[] = {
314
314
OFFSET (x) + 29 * 8 ,
315
315
eEncodingUint,
316
316
eFormatHex,
317
- {INV , arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV, reg_fp},
317
+ {arm64_dwarf::x29 , arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV, reg_fp},
318
318
nullptr ,
319
319
nullptr ,
320
320
nullptr ,
@@ -325,7 +325,7 @@ static RegisterInfo g_reg_infos[] = {
325
325
OFFSET (x) + 30 * 8 ,
326
326
eEncodingUint,
327
327
eFormatHex,
328
- {INV , arm64_dwarf::x30, LLDB_REGNUM_GENERIC_RA, INV, reg_lr},
328
+ {arm64_dwarf::x30 , arm64_dwarf::x30, LLDB_REGNUM_GENERIC_RA, INV, reg_lr},
329
329
nullptr ,
330
330
nullptr ,
331
331
nullptr ,
@@ -336,7 +336,7 @@ static RegisterInfo g_reg_infos[] = {
336
336
OFFSET (x) + 31 * 8 ,
337
337
eEncodingUint,
338
338
eFormatHex,
339
- {INV , arm64_dwarf::x31, LLDB_REGNUM_GENERIC_SP, INV, reg_sp},
339
+ {arm64_dwarf::x31 , arm64_dwarf::x31, LLDB_REGNUM_GENERIC_SP, INV, reg_sp},
340
340
nullptr ,
341
341
nullptr ,
342
342
nullptr ,
@@ -347,7 +347,7 @@ static RegisterInfo g_reg_infos[] = {
347
347
OFFSET (pc),
348
348
eEncodingUint,
349
349
eFormatHex,
350
- {INV , arm64_dwarf::pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
350
+ {arm64_dwarf::pc , arm64_dwarf::pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
351
351
nullptr ,
352
352
nullptr ,
353
353
nullptr ,
0 commit comments