diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2010-07-31 15:34:41 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2010-07-31 15:34:41 +0000 |
commit | 02d868e86d67fb808a08df5fcd6446fbb8b16288 (patch) | |
tree | 7fdddc45407cf6c0776031ee2db929a0922ee4fb /gdb/doc/ChangeLog | |
parent | 310444acc2ef45047e861d599e8c37393180036d (diff) | |
download | gdb-02d868e86d67fb808a08df5fcd6446fbb8b16288.zip gdb-02d868e86d67fb808a08df5fcd6446fbb8b16288.tar.gz gdb-02d868e86d67fb808a08df5fcd6446fbb8b16288.tar.bz2 |
2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
* linux-thread-db.c (libthread_db_debug): New variable.
(thread_db_find_new_threads_silently): Control verbosity with it.
(try_thread_db_load_1, try_thread_db_load): Likewise.
(find_new_threads_once): Likewise.
(_initialize_thread_db): Set/show it.
doc/ChangeLog
2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (Threads): Document 'debug libthread-db'.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6253af4..f0f515c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com> + + * gdb.texinfo (Threads): Document 'debug libthread-db'. + 2010-07-30 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Index Files): Mention gdb-add-index. |