summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-02-25 20:34:40 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-02-25 20:34:40 +0000
commitb3db744786e839dba06ebae8b3bf1a05da459d9b (patch)
tree4101e6d0acca1f7d4b9cce2a2a5f85186f297874
parentf9082629535b6cf2dcb9bba888e507894a1ca407 (diff)
downloadbinutils-gdb-b3db744786e839dba06ebae8b3bf1a05da459d9b.tar.gz
(Set Breaks): Revert description of Enb column of
breakpoint table.
-rw-r--r--gdb/doc/gdb.texinfo13
1 files changed, 5 insertions, 8 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 9061fa252f3..722db28aefd 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -2987,16 +2987,13 @@ Breakpoint, watchpoint, or catchpoint.
Whether the breakpoint is marked to be disabled or deleted when hit.
@item Enabled or Disabled
Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
-that are not enabled. An optional @samp{(p)} suffix marks pending
-breakpoints---breakpoints for which address is either not yet
-resolved, pending load of a shared library, or for which address was
-in a shared library that was since unloaded. Such breakpoint won't
-fire until a shared library that has the symbol or line referred by
-breakpoint is loaded. See below for details.
+that are not enabled.
@item Address
Where the breakpoint is in your program, as a memory address. For a
-pending breakpoint whose address is not yet known, this field will
-contain @samp{<PENDING>}. A breakpoint with several locations will
+pending breakpoint whose address is not yet known, this field will
+contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
+library that has the symbol or line referred by breakpoint is loaded.
+See below for details. A breakpoint with several locations will
have @samp{<MULTIPLE>} in this field---see below for details.
@item What
Where the breakpoint is in the source for your program, as a file and