OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Mon, 2 Nov 2009 14:59:48 +0000 (14:59 +0000)
committerjkratoch <jkratoch>
Mon, 2 Nov 2009 14:59:48 +0000 (14:59 +0000)
commit187156b533a78b5755e70078c475fafbd27a86e0
tree04920cc524180c0cb8c96ac7bc12a339f2daaa17
parent70f11d9e3caebd98e85b4a0ce1c65f8791094f55
gdb/
* symfile.c (build_id_to_debug_filename): New variable debugdir.  Move
variables size, s and data into a new inner block.  Change xmalloc for
alloca, use direct BUILDID->SIZE there now.  Loop for the
DEBUG_FILE_DIRECTORY components.
(find_separate_debug_file): New variable debugdir and debugdir_end.
Loop for the DEBUG_FILE_DIRECTORY components.
(_initialize_symfile): For "debug-file-directory" use plural and note
one can use multiple components now.

gdb/doc/
* gdb.texinfo (set debug-file-directory, show debug-file-directory)
(Auto-loading): Use plural and note one can use multiple components now.

gdb/testsuite/
* gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/symfile.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sepdebug.exp