forked from OSchip/llvm-project
[nfc] [lldb] [testsuite] Fix DW_FORM_ref* in DW_AT_declaration-with-children.s .
There were invalid DIE references which nobody used. If LLDB starts to report invalid DIE references it would lock up (mutex lock). These invalid DIE references are there since initial check-in by: https://reviews.llvm.org/D83302
This commit is contained in:
parent
5f88c3b639
commit
fa89f641cf
|
@ -147,10 +147,6 @@ c1:
|
|||
.byte 6 # DW_FORM_data4
|
||||
.byte 64 # DW_AT_frame_base
|
||||
.byte 24 # DW_FORM_exprloc
|
||||
.byte 100 # DW_AT_object_pointer
|
||||
.byte 19 # DW_FORM_ref4
|
||||
.byte 71 # DW_AT_specification
|
||||
.byte 19 # DW_FORM_ref4
|
||||
.byte 0 # EOM(1)
|
||||
.byte 0 # EOM(2)
|
||||
.byte 11 # Abbreviation Code
|
||||
|
@ -222,8 +218,6 @@ c1:
|
|||
.long .LZN1AC2Ev_end-_ZN1AC2Ev # DW_AT_high_pc
|
||||
.byte 1 # DW_AT_frame_base
|
||||
.byte 86
|
||||
.long 147 # DW_AT_object_pointer
|
||||
.long 68 # DW_AT_specification
|
||||
.byte 11 # Abbrev [11] DW_TAG_formal_parameter
|
||||
.byte 2 # DW_AT_location
|
||||
.byte 145
|
||||
|
|
Loading…
Reference in New Issue