diff options
author | Doug Evans <dje@google.com> | 2011-05-10 16:53:23 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-05-10 16:53:23 +0000 |
commit | 84e578fbe67910f19ed0bbbc4e8aebd0f87c462a (patch) | |
tree | 913caccda7e412c55dba0287b11d7a797d54f7b0 /gdb/doc/ChangeLog | |
parent | 7e665af3af6fdf33dfcbecaa95ccdaa34b285008 (diff) | |
download | gdb-84e578fbe67910f19ed0bbbc4e8aebd0f87c462a.zip gdb-84e578fbe67910f19ed0bbbc4e8aebd0f87c462a.tar.gz gdb-84e578fbe67910f19ed0bbbc4e8aebd0f87c462a.tar.bz2 |
* linux-thread-db.c (set_libthread_db_search_path): New function.
(_initialize_thread_db): Add setter for libthread-db-search-path.
gdbserver/
* thread-db.c (thread_db_handle_monitor_command): Handle elided path.
doc/
* gdb.texinfo (Threads): If an empty path is provided for
libthread-db-search-path it is reset to its default value.
(Server): Ditto.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e9990c2..0dd6806 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-05-10 Doug Evans <dje@google.com> + + * gdb.texinfo (Threads): If an empty path is provided for + libthread-db-search-path it is reset to its default value. + (Server): Ditto. + 2011-05-09 Doug Evans <dje@google.com> * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin. |