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 fa6de88..a48c0a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2008-03-17 Pedro Alves <pedro@codesourcery.com> + + * linux-nat.c (linux_nat_filter_event): New, refactored from + linux_nat_wait. + (linux_nat_wait): Call linux_nat_filter_event. + 2008-03-17 Ulrich Weigand <uweigand@de.ibm.com> * top.c (execute_command): Fix uninitialized variable error. |