diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-06-18 17:44:40 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-06-18 17:44:40 +0000 |
commit | 6aed2dbcba548376cdc0b98231fb9b174f9ca978 (patch) | |
tree | 37933482f06cdff97129271eb76c1e8401649ef9 /gdb/doc/ChangeLog | |
parent | 6508b958ffb3afc176ac6b978e15baafbc85e4ab (diff) | |
download | gdb-6aed2dbcba548376cdc0b98231fb9b174f9ca978.zip gdb-6aed2dbcba548376cdc0b98231fb9b174f9ca978.tar.gz gdb-6aed2dbcba548376cdc0b98231fb9b174f9ca978.tar.bz2 |
* thread.c (thread_id_make_value): Make a value representing the
current thread.
(_initialize_thread): Create $_thread.
* gdb.texinfo (Debugging Programs with Multiple Threads): Describe
$_thread.
* gdb.threads/thread-specific.exp: Add tests of $_thread.
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 60ae888..e853346 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-06-18 Stan Shebs <stan@codesourcery.com> + + * gdb.texinfo (Debugging Programs with Multiple Threads): Describe + $_thread. + 2010-06-18 Hui Zhu <teawater@gmail.com> * gdb.texinfo: (Process Record and Replay): Add documentation |