aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2010-06-18 17:44:40 +0000
committerStan Shebs <shebs@codesourcery.com>2010-06-18 17:44:40 +0000
commit6aed2dbcba548376cdc0b98231fb9b174f9ca978 (patch)
tree37933482f06cdff97129271eb76c1e8401649ef9 /gdb/doc/ChangeLog
parent6508b958ffb3afc176ac6b978e15baafbc85e4ab (diff)
downloadgdb-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/ChangeLog5
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