aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-08-16 17:56:17 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-08-16 17:56:17 +0000
commitf8d40ec8a6683148144ce878cf7d8d8dea8469bf (patch)
tree67ec5ad7ce6ba4eda72b0054d7be1bd8a7c29922 /gdb/ChangeLog
parent63d022e0ce7e1c7734aabff5b1e865cc8e1edf9e (diff)
downloadgdb-f8d40ec8a6683148144ce878cf7d8d8dea8469bf.zip
gdb-f8d40ec8a6683148144ce878cf7d8d8dea8469bf.tar.gz
gdb-f8d40ec8a6683148144ce878cf7d8d8dea8469bf.tar.bz2
* infrun.c (handle_inferior_event): When receiving a SIGTRAP
signal, check whether we hit a breakpoint before checking for a single step breakpoint. Otherwise, GDB fails to notice that a breakpoint has been hit when stepping onto a breakpoint.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f48858b..0142144 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-08-16 Joel Brobecker <brobecker@gnat.com>
+
+ * infrun.c (handle_inferior_event): When receiving a SIGTRAP
+ signal, check whether we hit a breakpoint before checking for a
+ single step breakpoint. Otherwise, GDB fails to notice that a
+ breakpoint has been hit when stepping onto a breakpoint.
+
2002-08-16 Keith Seitz <keiths@redhat.com>
* gdb-events.sh (clear_gdb_event_hooks): New function.