aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2010-04-26 12:01:44 +0000
committerPierre Muller <muller@sourceware.org>2010-04-26 12:01:44 +0000
commitb7da9e9f5f446695243846d70c34d9a19c9c961c (patch)
tree45223e432e8f4f3a32f7cf1cce10f6ccf548285e /gdb/doc
parent72f6eb52adb99e35744f8b02ce57bcd5b760cfa2 (diff)
downloadgdb-b7da9e9f5f446695243846d70c34d9a19c9c961c.zip
gdb-b7da9e9f5f446695243846d70c34d9a19c9c961c.tar.gz
gdb-b7da9e9f5f446695243846d70c34d9a19c9c961c.tar.bz2
PR breakpoints/11531.
* config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove macro definition and related comment. * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro. (resume): Remove code and comment related to this macro. doc ChangeLog entry: * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation of macro deleted from GDB code.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo5
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ff59559..f4d5050 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
+ of macro deleted from GDB code.
+
2010-04-24 Pedro Alves <pedro@codesourcery.com>
* gdb.texinfo (Commands to specify files): Describe what how GDB
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 534eddf..d9a4a95 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -781,11 +781,6 @@ inferior after a watchpoint has been hit. This is usually set
when watchpoints trigger at the instruction following an interesting
read or write.
-@findex CANNOT_STEP_HW_WATCHPOINTS
-@item CANNOT_STEP_HW_WATCHPOINTS
-If this is defined to a non-zero value, @value{GDBN} will remove all
-watchpoints before stepping the inferior.
-
@findex STOPPED_BY_WATCHPOINT
@item STOPPED_BY_WATCHPOINT (@var{wait_status})
Return non-zero if stopped by a watchpoint. @var{wait_status} is of