diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-18 19:45:45 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-02-18 19:45:45 +0000 |
commit | 134eb42cf4b2b8363c5e93bac14b4903170880c2 (patch) | |
tree | d8f900bbe98cce0bc27825cfa9ec814e19c4a171 /gdb/doc | |
parent | 6b1cecf3a4e6308679167f5c2835d7df92423972 (diff) | |
download | gdb-134eb42cf4b2b8363c5e93bac14b4903170880c2.zip gdb-134eb42cf4b2b8363c5e93bac14b4903170880c2.tar.gz gdb-134eb42cf4b2b8363c5e93bac14b4903170880c2.tar.bz2 |
* gdb.texinfo (GDB/MI Async Records): Add double-spaces
between sentences.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c4a3429..9f01b33 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2009-02-18 Vladimir Prus <vladimir@codesourcery.com> + * gdb.texinfo (GDB/MI Async Records): Add double-spaces + between sentences. + +2009-02-18 Vladimir Prus <vladimir@codesourcery.com> + * gdb.texinfo (GDB/MI Async Records): Document the =library-loaded and =library-unloaded notifications. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ce959f5..10e7388 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19915,16 +19915,16 @@ that thread. @item =library-loaded,... Reports that a new library file was loaded by the program. This notification has 4 fields---@var{id}, @var{target-name}, -@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an +@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an 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 +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. @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 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with the same meaning as for the @code{=library-loaded} notification |