aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-16 15:37:54 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-16 15:37:54 +0000
commit6e31adb3f7c1c5db158558c23e13d11091046d43 (patch)
treedce2bf4b1066d4ef39d78ae869006e9e48f0ebae /gdb/ChangeLog
parentc8189ed1622f773021bcced903b71fed26727f09 (diff)
downloadgdb-6e31adb3f7c1c5db158558c23e13d11091046d43.zip
gdb-6e31adb3f7c1c5db158558c23e13d11091046d43.tar.gz
gdb-6e31adb3f7c1c5db158558c23e13d11091046d43.tar.bz2
* breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
not_a_sw_breakpoint. * breakpoint.h (bpstat_stop_status): Add parameter names.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fca02ec..2559d7e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-16 Andrew Cagney <ac131313@redhat.com>
+
+ * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
+ not_a_sw_breakpoint.
+ * breakpoint.h (bpstat_stop_status): Add parameter names.
+
2002-08-16 Grace Sainsbury <graces@redhat.com>
* remote.c (remote_insert_hw_breakpoint)