OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Mon, 2 Nov 2009 23:59:48 +0000 (23:59 +0000)
committerjkratoch <jkratoch>
Mon, 2 Nov 2009 23:59:48 +0000 (23:59 +0000)
commit4878f58e1d73e9c19d1d0e79c6af6b63fd68917e
tree8652dbc2932525ae245261d8990bdf0ab3603a37
parent7fb49b4f4fec7d4e84264535ffad7fa47b8f3633
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