mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
* gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
is not useful.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-02-04 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
|
||||||
|
is not useful.
|
||||||
|
|
||||||
2011-01-25 Pedro Alves <pedro@codesourcery.com>
|
2011-01-25 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo: s/value optimized out/optimized out/g
|
* gdb.texinfo: s/value optimized out/optimized out/g
|
||||||
|
@ -24771,11 +24771,12 @@ opaque identifier of the library. For remote debugging case,
|
|||||||
@var{target-name} and @var{host-name} fields give the name of the
|
@var{target-name} and @var{host-name} fields give the name of the
|
||||||
library file on the target, and on the host respectively. For native
|
library file on the target, and on the host respectively. For native
|
||||||
debugging, both those fields have the same value. The
|
debugging, both those fields have the same value. The
|
||||||
@var{symbols-loaded} field reports if the debug symbols for this
|
@var{symbols-loaded} field is emitted only for backward compatibility
|
||||||
library are loaded. The @var{thread-group} field, if present,
|
and should not be relied on to convey any useful information. The
|
||||||
specifies the id of the thread group in whose context the library was loaded.
|
@var{thread-group} field, if present, specifies the id of the thread
|
||||||
If the field is absent, it means the library was loaded in the context
|
group in whose context the library was loaded. If the field is
|
||||||
of all present thread groups.
|
absent, it means the library was loaded in the context of all present
|
||||||
|
thread groups.
|
||||||
|
|
||||||
@item =library-unloaded,...
|
@item =library-unloaded,...
|
||||||
Reports that a library was unloaded by the program. This notification
|
Reports that a library was unloaded by the program. This notification
|
||||||
|
Reference in New Issue
Block a user