diff options
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 108476c..f562851 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-01-09 Joel Brobecker <brobecker@adacore.com> + -Wunused warning in procfs.c (mips-irix only). + * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them + throughout instead of using praddset and prdelset respectively. + +2010-01-09 Joel Brobecker <brobecker@adacore.com> + GDB crash while stepping into function. * infrun.c (handle_inferior_event): Refetch the current frame after handling what.main_action, in case that pointer became |