mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
gdb/doc/
* gdb.texinfo (Auto-loading): Move @menu to the end of @node. Create two new links fir 'objfile-gdb.py file' and 'dotdebug_gdb_scripts section'.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Auto-loading): Move @menu to the end of @node.
|
||||||
|
Create two new links fir 'objfile-gdb.py file'
|
||||||
|
and 'dotdebug_gdb_scripts section'.
|
||||||
|
|
||||||
2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Auto-loading): Rename node reference
|
* gdb.texinfo (Auto-loading): Rename node reference
|
||||||
|
@ -24714,13 +24714,9 @@ writable.
|
|||||||
When a new object file is read (for example, due to the @code{file}
|
When a new object file is read (for example, due to the @code{file}
|
||||||
command, or because the inferior has loaded a shared library),
|
command, or because the inferior has loaded a shared library),
|
||||||
@value{GDBN} will look for Python support scripts in several ways:
|
@value{GDBN} will look for Python support scripts in several ways:
|
||||||
@file{@var{objfile}-gdb.py} and @code{.debug_gdb_scripts} section.
|
@file{@var{objfile}-gdb.py} (@pxref{objfile-gdb.py file})
|
||||||
|
and @code{.debug_gdb_scripts} section
|
||||||
@menu
|
(@pxref{dotdebug_gdb_scripts section}).
|
||||||
* objfile-gdb.py file:: The @file{@var{objfile}-gdb.py} file
|
|
||||||
* dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
|
|
||||||
* Which flavor to choose?::
|
|
||||||
@end menu
|
|
||||||
|
|
||||||
The auto-loading feature is useful for supplying application-specific
|
The auto-loading feature is useful for supplying application-specific
|
||||||
debugging commands and scripts.
|
debugging commands and scripts.
|
||||||
@ -24767,6 +24763,12 @@ When reading an auto-loaded file, @value{GDBN} sets the
|
|||||||
function (@pxref{Objfiles In Python}). This can be useful for
|
function (@pxref{Objfiles In Python}). This can be useful for
|
||||||
registering objfile-specific pretty-printers.
|
registering objfile-specific pretty-printers.
|
||||||
|
|
||||||
|
@menu
|
||||||
|
* objfile-gdb.py file:: The @file{@var{objfile}-gdb.py} file
|
||||||
|
* dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
|
||||||
|
* Which flavor to choose?::
|
||||||
|
@end menu
|
||||||
|
|
||||||
@node objfile-gdb.py file
|
@node objfile-gdb.py file
|
||||||
@subsubsection The @file{@var{objfile}-gdb.py} file
|
@subsubsection The @file{@var{objfile}-gdb.py} file
|
||||||
@cindex @file{@var{objfile}-gdb.py}
|
@cindex @file{@var{objfile}-gdb.py}
|
||||||
|
Reference in New Issue
Block a user