* gdb.texinfo (Threads): Clarify default value for libthread-db-search-path.
authorDoug Evans <dje@google.com>
Fri, 13 May 2011 18:45:43 +0000 (18:45 +0000)
committerDoug Evans <dje@google.com>
Fri, 13 May 2011 18:45:43 +0000 (18:45 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index d7a6c1d..ccdce9a 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-13  Doug Evans  <dje@google.com>
 
+       * gdb.texinfo (Threads): Clarify default value for libthread-db-search-path.
+
        * gdb.texinfo (Completion): Update example.
        (Debugging Output): Delete `set/show debug lin-lwp-async'.
 
index aadbd70..f12bbe0 100644 (file)
@@ -2858,7 +2858,9 @@ 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
-its default value.
+its default value (an empty list on @sc{gnu}/Linux and Solaris systems).
+Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
+macro.
 
 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
 @code{libthread_db} library to obtain information about threads in the