* gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
about a missing dot or coma after @xref.
This commit is contained in:
parent
0c71d7594b
commit
2c88c651a4
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-09 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
|
||||
about a missing dot or coma after @xref.
|
||||
|
||||
2009-04-02 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
|
||||
|
|
|
@ -3052,9 +3052,8 @@ C@t{++}, a function name may refer to more than one possible place to break.
|
|||
that situation.
|
||||
|
||||
It is also possible to insert a breakpoint that will stop the program
|
||||
only if a specific thread or a specific task hits that breakpoint.
|
||||
@xref{Thread-Specific Breakpoints} and @ref{Ada Tasks} for more
|
||||
information about this feature.
|
||||
only if a specific thread (@pxref{Thread-Specific Breakpoints})
|
||||
or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
|
||||
|
||||
@item break
|
||||
When called without any arguments, @code{break} sets a breakpoint at
|
||||
|
|
Loading…
Reference in a new issue