forked from Imagelibrary/binutils-gdb
For a -g0 -fasynchronous-unwind-tables exec (without .debug_info but with .eh_frame section), start using the dwarf2 unwinder instead of the "amd64 epilogue override" unwinder, by returning true in compunit_epilogue_unwind_valid for cust == nullptr. This has effect both on the amd64 and i386 targets, but only add amd64 test-case gdb.base/unwind-on-each-insn-amd64-2.exp.
55 lines
873 B
ArmAsm
55 lines
873 B
ArmAsm
.file "unwind-on-each-insn-foo.c"
|
|
.text
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
.LFB0:
|
|
.cfi_startproc
|
|
# BLOCK 2 seq:0
|
|
# PRED: ENTRY (FALLTHRU)
|
|
pushq %rbp
|
|
.cfi_def_cfa_offset 16
|
|
.cfi_offset 6, -16
|
|
movq %rsp, %rbp
|
|
.cfi_def_cfa_register 6
|
|
movq %rdi, -8(%rbp)
|
|
nop
|
|
pushq $.L1
|
|
ret
|
|
.L1:
|
|
nop
|
|
popq %rbp
|
|
.cfi_def_cfa 7, 8
|
|
# SUCC: EXIT [100.0%]
|
|
ret
|
|
.cfi_endproc
|
|
.LFE0:
|
|
.size foo, .-foo
|
|
.globl bar
|
|
.type bar, @function
|
|
bar:
|
|
.LFB1:
|
|
.cfi_startproc
|
|
# BLOCK 2 seq:0
|
|
# PRED: ENTRY (FALLTHRU)
|
|
pushq %rbp
|
|
.cfi_def_cfa_offset 16
|
|
.cfi_offset 6, -16
|
|
movq %rsp, %rbp
|
|
.cfi_def_cfa_register 6
|
|
subq $8, %rsp
|
|
movq %rdi, -8(%rbp)
|
|
movq -8(%rbp), %rax
|
|
movq %rax, %rdi
|
|
call foo
|
|
nop
|
|
leave
|
|
.cfi_def_cfa 7, 8
|
|
# SUCC: EXIT [100.0%]
|
|
ret
|
|
.cfi_endproc
|
|
.LFE1:
|
|
.size bar, .-bar
|
|
.ident "GCC: (SUSE Linux) 7.5.0"
|
|
.section .note.GNU-stack,"",@progbits
|