diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-04 09:30:53 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-04 09:30:53 +0000 |
commit | 8eb415422a872f4f2fa3377a11f5de490721d195 (patch) | |
tree | 4bc102133e16541efc313cf4981f5c31a67615e3 /gdb | |
parent | c47ffbe3b159da69fcc66cb7ad3a69077641b384 (diff) | |
download | gdb-8eb415422a872f4f2fa3377a11f5de490721d195.zip gdb-8eb415422a872f4f2fa3377a11f5de490721d195.tar.gz gdb-8eb415422a872f4f2fa3377a11f5de490721d195.tar.bz2 |
* gdb.texinfo (GDB/MI Output Records): Add
missing semicolon.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5b9cfc6..75fb3ce 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2008-05-03 Vladimir Prus <vladimir@codesourcery.com> + * gdb.texinfo (GDB/MI Output Records): Add + missing semicolon. + +2008-05-03 Vladimir Prus <vladimir@codesourcery.com> + * gdb.texinfo (GDB/MI Output Records): Document =thread-create and =thread-exited. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 636a84b..957962c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -18150,7 +18150,7 @@ additional changes that have occurred. Those changes can either be a consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of target activity (e.g., target stopped). -The following is the list of possible async records +The following is the list of possible async records: @table @code |