1. 程式人生 > >ARM-v7a 上, backtrace()沒有輸出

ARM-v7a 上, backtrace()沒有輸出

要加 -funwind-tables引數才有輸出,但還是不完整。

./backtrace(add+0x3c)[0x8900]
./backtrace(foo+0x34)[0x898c]

有個帖子說,加上 -finstrument-function 可以輸出完成的backtrace,但是我試了沒有效果。
on ARM arch the gcc __builtin_return_address() function does not work
beyond the current function|||| (only __builtin_return_address(0) works),
this explain because we don't obtain a full backtrace.