Re: Creating and using dwarf information for ARMv7-A exception handlers

jh--- via Gdb <[email protected]> Thu, 27 Nov 2025 09:13:47 +0100
Newsgroups gmane.comp.gdb.devel
Message-ID <[email protected]>
Le 2025-11-26 11:05, Basile Starynkevitch a écrit :
> On Wed, 2025-11-26 at 11:00 +0100, jh--- via Gdb wrote:
>> Hi,
>> 
>> I am working on an embedded target with a Cortex-A9 CPU. There is a
>> debug tool based on Eclipse and gdb 10.2.
>> I would like (if it is possible) to have a complete stack trace when 
>> my
>> code is in the SVC handler.
> 
> 
> Did you consider using (in your code, not in GDB)
> https://github.com/ianlancetaylor/libbacktrace

Hi,

Thank you for you answer.
Is gdb using libbacktrace to perform the call stack unwind?

Best regards,
JH.