* gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
authorTom Tromey <tromey@redhat.com>
Fri, 4 Feb 2011 18:35:04 +0000 (18:35 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 4 Feb 2011 18:35:04 +0000 (18:35 +0000)
is not useful.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 95c58f4230eab5bc00f3a0178754cf4b6b6458b3..b058fa0bd978c5493d390d45209cf6322ec41e45 100644 (file)
@@ -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
index 5dc0af0befc574c1781e739bad0819d6b10d4581..5ec7c1a6c9733bc2200fd66fe4f3f53b07a0fae6 100644 (file)
@@ -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
This page took 0.04989 seconds and 4 git commands to generate.