File tree 1 file changed +2
-11
lines changed
lldb/test/API/macosx/unwind-frameless-faulted
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 51
51
// The pc value when we were interrupted is in x23
52
52
.cfi_escape DW_CFA_register , ehframe_pc , ehframe_x23
53
53
54
- // standard prologue save of fp & lr so we can call puts()
54
+ // standard prologue save of fp & lr so we can call
55
+ // break_to_debugger()
55
56
sub sp , sp , # 32
56
57
stp x29 , x30 , [ sp , # 16 ]
57
58
add x29 , sp , # 16
@@ -76,17 +77,7 @@ _trap:
76
77
_break_to_debugger:
77
78
.cfi_startproc
78
79
79
- // standard prologue save of fp & lr so we can call puts()
80
- sub sp , sp , # 32
81
- stp x29 , x30 , [ sp , # 16 ]
82
- add x29 , sp , # 16
83
- .cfi_def_cfa w29 , 16
84
- .cfi_offset w30 , - 8
85
- .cfi_offset w29 , - 16
86
-
87
80
brk # 0xf000 ;; __builtin_debugtrap aarch64 instruction
88
81
89
- ldp x29 , x30 , [ sp , # 16 ]
90
- add sp , sp , # 32
91
82
ret
92
83
.cfi_endproc
You can’t perform that action at this time.
0 commit comments