diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f4aa21d..5269dfc 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 |