diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:40:59 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:40:59 +0000 |
commit | 11377e68354530c5af902e2161f73a2d0d5af86e (patch) | |
tree | f95e723dc0c477e43152c9be4a96097e51f6914b /gdb/ChangeLog | |
parent | b2391021b65311d8253c924fc21183dd7c7d0a3c (diff) | |
download | gdb-11377e68354530c5af902e2161f73a2d0d5af86e.zip gdb-11377e68354530c5af902e2161f73a2d0d5af86e.tar.gz gdb-11377e68354530c5af902e2161f73a2d0d5af86e.tar.bz2 |
Error while loading core file on mips-irix.
* solib-irix.c (irix_solib_create_inferior_hook): Do nothing
if debugging from a core file.
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 4767db8..1b78da2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-01-09 Joel Brobecker <brobecker@adacore.com> + Error while loading core file on mips-irix. + * solib-irix.c (irix_solib_create_inferior_hook): Do nothing + if debugging from a core file. + +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. |