]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/doc/ChangeLog
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Nov 2009 14:59:53 +0000 (14:59 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Nov 2009 14:59:53 +0000 (14:59 +0000)
commit24ddea6286ad7c1915e833ca5009238724ff9299
tree37d171bcc7351a561ddc10fcbcca99faa874aa03
parent25522fae98c65c0c8558a07638e7a5e15ed6ca1f
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