diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:40:02 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:40:02 +0000 |
commit | b2391021b65311d8253c924fc21183dd7c7d0a3c (patch) | |
tree | d58d822b68a4c2a3a264ec6bf9f3fb092249d821 /gdb/ChangeLog | |
parent | f2ec0ecff63269d4a88bdca4d244fbae925de740 (diff) | |
download | gdb-b2391021b65311d8253c924fc21183dd7c7d0a3c.zip gdb-b2391021b65311d8253c924fc21183dd7c7d0a3c.tar.gz gdb-b2391021b65311d8253c924fc21183dd7c7d0a3c.tar.bz2 |
GDB hangs when attaching to process on mips-irix.
* solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
attaching to a process.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b7fb8ce..4767db8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-01-09 Joel Brobecker <brobecker@adacore.com> + GDB hangs when attaching to process on mips-irix. + * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if + attaching to a process. + +2010-01-09 Joel Brobecker <brobecker@adacore.com> + Use the correct breakpoint instruction on mips-irix. * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable containing the correct breakpoint instruction to use on mips-irix. |