diff options
author | Tom de Vries <tdevries@suse.de> | 2019-09-29 23:58:21 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2019-09-29 23:58:21 +0200 |
commit | 0df0352ad0b64e884977d8251cf1b88b6640600f (patch) | |
tree | be678816da6274f8dc99685ca69ab9ee394d5f71 /bfd | |
parent | 73d9a918c6188ce0f1ec32e42dda063ca16e0362 (diff) | |
download | gdb-0df0352ad0b64e884977d8251cf1b88b6640600f.zip gdb-0df0352ad0b64e884977d8251cf1b88b6640600f.tar.gz gdb-0df0352ad0b64e884977d8251cf1b88b6640600f.tar.bz2 |
[gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir
When running a test-case gdb.base/foo.exp with cc-with-dwz-m, a file
build/gdb/testsuite/outputs/gdb.base/foo/foo.dwz will be created, alongside
executable build/gdb/testsuite/outputs/gdb.base/foo/foo.
This can cause problems in f.i. test-cases that test file name completion.
Make these problems less likely by moving foo.dwz to a .tmp subdir:
build/gdb/testsuite/outputs/gdb.base/foo/.tmp/foo.dwz.
Tested on x86_64-linux.
gdb/ChangeLog:
2019-09-29 Tom de Vries <tdevries@suse.de>
* contrib/cc-with-tweaks.sh (get_tmpdir): New function.
Use $tmpdir/$(basename "$output_file").dwz instead of
"${output_file}.dwz".
gdb/testsuite/ChangeLog:
2019-09-29 Tom de Vries <tdevries@suse.de>
* gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions