aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-10-18 07:38:59 +0000
committerFred Fish <fnf@specifix.com>1992-10-18 07:38:59 +0000
commite6efef9f07b869af1b99465bb89432df418f3f7e (patch)
tree49743f43fe071069bf7c6d8ad29e872480d05836 /gdb
parent4d0eabff256968b7dea2bf8ec139d2d5ad9128cf (diff)
downloadgdb-e6efef9f07b869af1b99465bb89432df418f3f7e.zip
gdb-e6efef9f07b869af1b99465bb89432df418f3f7e.tar.gz
gdb-e6efef9f07b869af1b99465bb89432df418f3f7e.tar.bz2
* breakpoint.c (breakpoint_re_set_one): Don't delete watchpoints
from breakpoint table when reseting breakpoints.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4264bb7..827bf48 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 18 00:36:30 1992 Fred Fish (fnf@cygnus.com)
+
+ * breakpoint.c (breakpoint_re_set_one): Don't delete watchpoints
+ from breakpoint table when reseting breakpoints.
+
Sat Oct 17 00:59:23 1992 Fred Fish (fnf@cygnus.com)
Native support cleanup and corefile fixes for i386 SVR4 systems.