mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
gdb/doc/
* gdb.texinfo (Auto-loading): Rename node reference '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'. Twice. (.debug_gdb_scripts section): Rename the node ... (dotdebug_gdb_scripts section): ... here. (Maintenance Commands): Also rename this node reference.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Auto-loading): Rename node reference
|
||||||
|
'.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
|
||||||
|
Twice.
|
||||||
|
(.debug_gdb_scripts section): Rename the node ...
|
||||||
|
(dotdebug_gdb_scripts section): ... here.
|
||||||
|
(Maintenance Commands): Also rename this node reference.
|
||||||
|
|
||||||
2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
|
2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
|
||||||
|
|
||||||
* gdb.texinfo (Python API/Values From Inferior): Add description
|
* gdb.texinfo (Python API/Values From Inferior): Add description
|
||||||
|
@ -24717,8 +24717,8 @@ command, or because the inferior has loaded a shared library),
|
|||||||
@file{@var{objfile}-gdb.py} and @code{.debug_gdb_scripts} section.
|
@file{@var{objfile}-gdb.py} and @code{.debug_gdb_scripts} section.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* objfile-gdb.py file:: The @file{@var{objfile}-gdb.py} file
|
* objfile-gdb.py file:: The @file{@var{objfile}-gdb.py} file
|
||||||
* .debug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
|
* dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
|
||||||
* Which flavor to choose?::
|
* Which flavor to choose?::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@ -24744,7 +24744,7 @@ Print the list of all scripts that @value{GDBN} auto-loaded.
|
|||||||
|
|
||||||
Also printed is the list of scripts that were mentioned in
|
Also printed is the list of scripts that were mentioned in
|
||||||
the @code{.debug_gdb_scripts} section and were not found
|
the @code{.debug_gdb_scripts} section and were not found
|
||||||
(@pxref{.debug_gdb_scripts section}).
|
(@pxref{dotdebug_gdb_scripts section}).
|
||||||
This is useful because their names are not printed when @value{GDBN}
|
This is useful because their names are not printed when @value{GDBN}
|
||||||
tries to load them and fails. There may be many of them, and printing
|
tries to load them and fails. There may be many of them, and printing
|
||||||
an error message for each one is problematic.
|
an error message for each one is problematic.
|
||||||
@ -24795,7 +24795,7 @@ is the object file's real name, as described above.
|
|||||||
So your @file{-gdb.py} file should be careful to avoid errors if it
|
So your @file{-gdb.py} file should be careful to avoid errors if it
|
||||||
is evaluated more than once.
|
is evaluated more than once.
|
||||||
|
|
||||||
@node .debug_gdb_scripts section
|
@node dotdebug_gdb_scripts section
|
||||||
@subsubsection The @code{.debug_gdb_scripts} section
|
@subsubsection The @code{.debug_gdb_scripts} section
|
||||||
@cindex @code{.debug_gdb_scripts} section
|
@cindex @code{.debug_gdb_scripts} section
|
||||||
|
|
||||||
@ -33475,7 +33475,7 @@ If @var{regexp} is specified, only print scripts loaded by object files
|
|||||||
matching @var{regexp}.
|
matching @var{regexp}.
|
||||||
For each script, this command prints its name as specified in the objfile,
|
For each script, this command prints its name as specified in the objfile,
|
||||||
and the full path if known.
|
and the full path if known.
|
||||||
@xref{.debug_gdb_scripts section}.
|
@xref{dotdebug_gdb_scripts section}.
|
||||||
|
|
||||||
@kindex maint print statistics
|
@kindex maint print statistics
|
||||||
@cindex bcache statistics
|
@cindex bcache statistics
|
||||||
|
Reference in New Issue
Block a user