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 | |
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')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 8 insertions, 2 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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 65172b5..9ccc48a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2855,7 +2855,7 @@ watchpoints in programs with multiple threads. If this variable is set, @var{path} is a colon-separated list of directories @value{GDBN} will use to search for @code{libthread_db}. If you omit @var{path}, @samp{libthread-db-search-path} will be reset to -an empty list. +its default value. On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper'' @code{libthread_db} library to obtain information about threads in the @@ -16369,7 +16369,7 @@ protocol (@pxref{Remote Protocol}). When this command is issued, @var{path} is a colon-separated list of directories to search for @code{libthread_db} (@pxref{Threads,,set libthread-db-search-path}). If you omit @var{path}, -@samp{libthread-db-search-path} will be reset to an empty list. +@samp{libthread-db-search-path} will be reset to its default value. @item monitor exit Tell gdbserver to exit immediately. This command should be followed by |