This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH/v2] Fix PR backtrace/16558: GDB Aarch64 signal frame unwinder issue
- From: Tom Tromey <tromey at redhat dot com>
- To: Hui Zhu <hui_zhu at mentor dot com>
- Cc: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>, gdb-patches ml <gdb-patches at sourceware dot org>, Yao Qi <Yao_Qi at mentor dot com>
- Date: Mon, 19 May 2014 08:14:57 -0600
- Subject: Re: [PATCH/v2] Fix PR backtrace/16558: GDB Aarch64 signal frame unwinder issue
- Authentication-results: sourceware.org; auth=none
- References: <52FAD930 dot 70604 at mentor dot com> <5316C52B dot 4010408 at mentor dot com> <CAFqB+PxZfhRHqnyDdHkFPe3Ki_hK9Q2P-FnNnyjDkKG=bzJoNw at mail dot gmail dot com> <533295A3 dot 90907 at mentor dot com>
>>>>> "Hui" == Hui Zhu <hui_zhu@mentor.com> writes:
Hui> 2014-03-26 Hui Zhu <hui@codesourcery.com>
Hui> Yao Qi <yao@codesourcery.com>
Hui> PR backtrace/16558
Hui> * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Update comments
Hui> and change address of sp and pc.
I read through the thread and looked at the code a bit.
This patch is ok. Thanks.
Tom