This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/9195] ARM/TUI: Segfault pressing up-arrow with missing source


http://sourceware.org/bugzilla/show_bug.cgi?id=9195

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
       via  1ed6c797ef8814d7f273a0ccc5cf7ebbce497933 (commit)
       via  8782aa321e1bb466012a71791b8a40e2cb42d841 (commit)
      from  a22bc58c6ad25f1a2af7c93f3beeb4f927535329 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1ed6c797ef8814d7f273a0ccc5cf7ebbce497933

commit 1ed6c797ef8814d7f273a0ccc5cf7ebbce497933
Author: Will Newton <will.newton@linaro.org>
Date:   Tue Oct 29 09:43:07 2013 -0700

    sim/arm: Prevent crash when running sim with no binary.

    2013-11-07  Will Newton  <will.newton@linaro.org>

        PR gdb/15508
        * arm/wrapper.c (sim_create_inferior): Call init before
        accessing STATE.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8782aa321e1bb466012a71791b8a40e2cb42d841

commit 8782aa321e1bb466012a71791b8a40e2cb42d841
Author: Will Newton <will.newton@linaro.org>
Date:   Tue Oct 29 09:20:48 2013 -0700

    sim/arm: Prevent NULL pointer dereference in sim_create_inferior.

    2013-11-07  Will Newton  <will.newton@linaro.org>

        PR gdb/9195
        * arm/wrapper.c (sim_create_inferior): Avoid calling
        bfd_get_mach with a NULL bfd.

-----------------------------------------------------------------------

Summary of changes:
 sim/ChangeLog     |   12 ++++++++++++
 sim/arm/wrapper.c |   14 ++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]