This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH/arm] Backtrace through exception frames on arm/cortex-m target
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 13 Nov 2012 07:49:26 -0800
- Subject: Re: [PATCH/arm] Backtrace through exception frames on arm/cortex-m target
- References: <1352816140-3221-1-git-send-email-yao@codesourcery.com>
> 2012-11-13 Daniel Jacobowitz <dan@codesourcery.com>
> Yao Qi <yao@codesourcery.com>
>
> * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
> bit of EXC_RETURN.
> (arm_m_exception_cache, arm_m_exception_this_id)
> (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
> (arm_m_exception_unwind): New.
> (arm_gdbarch_init): Register arm_m_exception_unwind.
Yao, can you add a comment/description for each new function that
you introduce?
--
Joel