aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-01-24 21:32:56 +0000
committerTom Tromey <tromey@redhat.com>2012-01-24 21:32:56 +0000
commitf90263c12471deb24d0fb69c09b8039b1d50af16 (patch)
tree47be77e01d022ebdde0b0df328888aae12302d2d /gdb/ChangeLog
parent09ac7c10d43e1cbbebdc90e9f7b044d34488f2ec (diff)
downloadgdb-f90263c12471deb24d0fb69c09b8039b1d50af16.zip
gdb-f90263c12471deb24d0fb69c09b8039b1d50af16.tar.gz
gdb-f90263c12471deb24d0fb69c09b8039b1d50af16.tar.bz2
2012-01-24 Pedro Alves <pedro@codesourcery.com>
* breakpoint.c (breakpoint_hit_catch_fork) (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall) (breakpoint_hit_catch_exec): Make use of the `ws' argument. * infrun.c (inferior_has_forked, inferior_has_vforked) (inferior_has_execd, inferior_has_called_syscall): Delete. (handle_syscall_event): Get syscall_number from the execution control state's wait status. (wait_for_inferior): Don't clear syscall_number.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2a84aa4..490a662 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2012-01-24 Pedro Alves <pedro@codesourcery.com>
+
+ * breakpoint.c (breakpoint_hit_catch_fork)
+ (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
+ (breakpoint_hit_catch_exec): Make use of the `ws' argument.
+ * infrun.c (inferior_has_forked, inferior_has_vforked)
+ (inferior_has_execd, inferior_has_called_syscall): Delete.
+ (handle_syscall_event): Get syscall_number from the execution
+ control state's wait status.
+ (wait_for_inferior): Don't clear syscall_number.
+
2012-01-24 Pedro Alves <palves@redhat.com>
* breakpoint.c (bpstat_check_location, bpstat_stop_status,