This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Prevent internal-error when computing $pc in ARM assembly code
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Martin Simmons <martin at lispworks dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 12 Jun 2015 13:58:04 -0400
- Subject: Re: [PATCH] Prevent internal-error when computing $pc in ARM assembly code
- Authentication-results: sourceware.org; auth=none
- References: <201505200949 dot t4K9nlqt015737 at heapu dot cam dot lispworks dot com> <20150609184408 dot GG2855 at adacore dot com> <201506111725 dot t5BHP5LR031293 at higson dot cam dot lispworks dot com> <20150612132113 dot GC2609 at adacore dot com> <201506121509 dot t5CF9JUg012570 at higson dot cam dot lispworks dot com>
> gdb/ChangeLog:
>
> * arm-tdep.c (arm_analyze_prologue): Read memory without throwing an
> exception, to allow debugging of assembly code.
>
> gdb/testsuite/ChangeLog:
> * gdb.arch/arm-r11-non-pointer.S: New file.
> * gdb.arch/arm-r11-non-pointer.exp: New file.
Perfect! And approved :-). Thank you!
--
Joel