diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-03 15:36:24 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-03 15:36:24 +0000 |
commit | fa0f268daf0bea16c9e8f5cc17c3a076b0863aa2 (patch) | |
tree | 38c45ceef3ad3e477c3d812e3e6813ca6fbce1d4 /gdb/doc/ChangeLog | |
parent | 063bfe2e12756ad30f4b4edb81974c0e4bd4299d (diff) | |
download | gdb-fa0f268daf0bea16c9e8f5cc17c3a076b0863aa2.zip gdb-fa0f268daf0bea16c9e8f5cc17c3a076b0863aa2.tar.gz gdb-fa0f268daf0bea16c9e8f5cc17c3a076b0863aa2.tar.bz2 |
* gdb.texinfo (GDB/MI Development and Front Ends):
Document *thread-created and *thread-exited.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index afcdb9b..00e4de2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-05-03 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.texinfo (GDB/MI Development and Front Ends): + Document *thread-created and *thread-exited. + 2008-05-03 Pedro Alves <pedro@codesourcery.com> * observer.texi (thread_exit): New. |