mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* gdb.texinfo (Help): Fix formatting of examples.
(Variables): Use @ifnotinfo instead of @iftex. (Non-debug DLL symbols): Use @ref instead of @pxref. (Sparclet File): Use @samp instead of quotes.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2007-03-26 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
|
* gdb.texinfo (Help): Fix formatting of examples.
|
||||||
|
(Variables): Use @ifnotinfo instead of @iftex.
|
||||||
|
(Non-debug DLL symbols): Use @ref instead of @pxref.
|
||||||
|
(Sparclet File): Use @samp instead of quotes.
|
||||||
|
|
||||||
2007-03-26 Bob Wilson <bob.wilson@acm.org>
|
2007-03-26 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
* gdb.texinfo (Variables, C): Update cross reference to GCC docs.
|
* gdb.texinfo (Variables, C): Update cross reference to GCC docs.
|
||||||
|
@ -1572,7 +1572,7 @@ running -- Running the program
|
|||||||
stack -- Examining the stack
|
stack -- Examining the stack
|
||||||
status -- Status inquiries
|
status -- Status inquiries
|
||||||
support -- Support facilities
|
support -- Support facilities
|
||||||
tracepoints -- Tracing of program execution without@*
|
tracepoints -- Tracing of program execution without
|
||||||
stopping the program
|
stopping the program
|
||||||
user-defined -- User-defined commands
|
user-defined -- User-defined commands
|
||||||
|
|
||||||
@ -5556,10 +5556,10 @@ you can specify a static variable in a particular function or file,
|
|||||||
using the colon-colon (@code{::}) notation:
|
using the colon-colon (@code{::}) notation:
|
||||||
|
|
||||||
@cindex colon-colon, context for variables/functions
|
@cindex colon-colon, context for variables/functions
|
||||||
@iftex
|
@ifnotinfo
|
||||||
@c info cannot cope with a :: index entry, but why deprive hard copy readers?
|
@c info cannot cope with a :: index entry, but why deprive hard copy readers?
|
||||||
@cindex @code{::}, context for variables/functions
|
@cindex @code{::}, context for variables/functions
|
||||||
@end iftex
|
@end ifnotinfo
|
||||||
@smallexample
|
@smallexample
|
||||||
@var{file}::@var{variable}
|
@var{file}::@var{variable}
|
||||||
@var{function}::@var{variable}
|
@var{function}::@var{variable}
|
||||||
@ -13789,8 +13789,8 @@ will have been loaded. The easiest way around this problem is simply to
|
|||||||
start the program --- either by setting a breakpoint or letting the
|
start the program --- either by setting a breakpoint or letting the
|
||||||
program run once to completion. It is also possible to force
|
program run once to completion. It is also possible to force
|
||||||
@value{GDBN} to load a particular DLL before starting the executable ---
|
@value{GDBN} to load a particular DLL before starting the executable ---
|
||||||
see the shared library information in @pxref{Files} or the
|
see the shared library information in @ref{Files}, or the
|
||||||
@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
|
@code{dll-symbols} command in @ref{Cygwin Native}. Currently,
|
||||||
explicitly loading symbols from a DLL with no debugging information will
|
explicitly loading symbols from a DLL with no debugging information will
|
||||||
cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
|
cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
|
||||||
which may adversely affect symbol lookup performance.
|
which may adversely affect symbol lookup performance.
|
||||||
@ -15227,7 +15227,7 @@ The @value{GDBN} command @code{file} lets you choose with program to debug.
|
|||||||
@value{GDBN} locates
|
@value{GDBN} locates
|
||||||
the file by searching the directories listed in the command search
|
the file by searching the directories listed in the command search
|
||||||
path.
|
path.
|
||||||
If the file was compiled with debug information (option "-g"), source
|
If the file was compiled with debug information (option @samp{-g}), source
|
||||||
files will be searched as well.
|
files will be searched as well.
|
||||||
@value{GDBN} locates
|
@value{GDBN} locates
|
||||||
the source files by searching the directories listed in the directory search
|
the source files by searching the directories listed in the directory search
|
||||||
|
Reference in New Issue
Block a user