This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RFA: fix doc typo


I submit the enclosed patch for approval.

        --jtc

2000-06-20  J.T. Conklin  <jtc@redback.com>

        * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.25
diff -c -r1.25 gdb.texinfo
*** gdb.texinfo 2000/05/31 10:18:58     1.25
--- gdb.texinfo 2000/06/20 18:29:41
***************
*** 2324,2330 ****
  @cindex latest breakpoint
  Breakpoints are set with the @code{break} command (abbreviated
  @code{b}).  The debugger convenience variable @samp{$bpnum} records the
! number of the breakpoints you've set most recently; see @ref{Convenience
  Vars,, Convenience variables}, for a discussion of what you can do with
  convenience variables.
  
--- 2324,2330 ----
  @cindex latest breakpoint
  Breakpoints are set with the @code{break} command (abbreviated
  @code{b}).  The debugger convenience variable @samp{$bpnum} records the
! number of the breakpoint you've set most recently; see @ref{Convenience
  Vars,, Convenience variables}, for a discussion of what you can do with
  convenience variables.
  

-- 
J.T. Conklin
RedBack Networks

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]