diff options
author | Tom Tromey <tromey@redhat.com> | 2011-02-04 18:35:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-02-04 18:35:04 +0000 |
commit | f1cbe1d302a077716bb3e4749ee7bd37b12b3499 (patch) | |
tree | 0e29af03e081b6a97f033bd23c7c13c211809e77 /gdb | |
parent | 385203ed4dec8e3515f691f497c9134d39f70e82 (diff) | |
download | gdb-f1cbe1d302a077716bb3e4749ee7bd37b12b3499.zip gdb-f1cbe1d302a077716bb3e4749ee7bd37b12b3499.tar.gz gdb-f1cbe1d302a077716bb3e4749ee7bd37b12b3499.tar.bz2 |
* gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
is not useful.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 95c58f4..b058fa0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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> * gdb.texinfo: s/value optimized out/optimized out/g diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5dc0af0..5ec7c1a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 library file on the target, and on the host respectively. For native debugging, both those fields have the same value. The -@var{symbols-loaded} field reports if the debug symbols for this -library are loaded. The @var{thread-group} field, if present, -specifies the id of the thread group in whose context the library was loaded. -If the field is absent, it means the library was loaded in the context -of all present thread groups. +@var{symbols-loaded} field is emitted only for backward compatibility +and should not be relied on to convey any useful information. The +@var{thread-group} field, if present, specifies the id of the thread +group in whose context the library was loaded. If the field is +absent, it means the library was loaded in the context of all present +thread groups. @item =library-unloaded,... Reports that a library was unloaded by the program. This notification |