diff options
author | Pierre Muller <muller@sourceware.org> | 2010-04-26 12:01:44 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-04-26 12:01:44 +0000 |
commit | b7da9e9f5f446695243846d70c34d9a19c9c961c (patch) | |
tree | 45223e432e8f4f3a32f7cf1cce10f6ccf548285e /gdb/doc/gdbint.texinfo | |
parent | 72f6eb52adb99e35744f8b02ce57bcd5b760cfa2 (diff) | |
download | gdb-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/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
1 files changed, 0 insertions, 5 deletions
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 |