This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Add test for Fission DWP files with binary+dwp in different directories
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 12 Feb 2014 13:00:11 +0100
- Subject: Re: [PATCH] Add test for Fission DWP files with binary+dwp in different directories
- Authentication-results: sourceware.org; auth=none
- References: <yjt2ob2ie63f dot fsf at ruffy dot mtv dot corp dot google dot com> <20140209202508 dot GA430 at host2 dot jankratochvil dot net> <21242 dot 50103 dot 732436 dot 596720 at ruffy dot mtv dot corp dot google dot com>
On Wed, 12 Feb 2014 01:43:35 +0100, Doug Evans wrote:
> --- a/gdb/testsuite/gdb.dwarf2/dwp-symlink.exp
> +++ b/gdb/testsuite/gdb.dwarf2/dwp-symlink.exp
> +gdb_test {print argv[0]} ".*/${dwp_symlink_binary}\"" \
BTW this .* is redundant.
> + "separate executable/dwp symlinks"
Thanks,
Jan