This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: (gdb-6.8) Discard breakpoint address if shared library is unloaded
> This will require a suitable change to the manual, right?
This patch just reverts the description of "Enabled or Disabled" column of
the breakpoint table and moves the revised sentence about pending
breakpoints to back to the Address column (which already has some description of
them).
--
Nick http://www.inet.net.nz/~nickrob
2008-02-15 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (Set Breaks): Revert description of Enb column of
breakpoint table.
*** gdb.texinfo.~1.467.~ 2008-02-04 08:48:31.000000000 +1300
--- gdb.texinfo 2008-02-15 22:05:02.000000000 +1300
*************** Breakpoint, watchpoint, or catchpoint.
*** 2987,3002 ****
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.
@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
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
--- 2987,2999 ----
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.
@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>}. 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