This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 6/9] Strip "target:" prefix in solib_find if accessing local files
- From: Pedro Alves <palves at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>, gdb-patches at sourceware dot org
- Date: Wed, 01 Apr 2015 13:14:11 +0100
- Subject: Re: [PATCH 6/9] Strip "target:" prefix in solib_find if accessing local files
- Authentication-results: sourceware.org; auth=none
- References: <1426870087-32654-1-git-send-email-gbenson at redhat dot com> <1426870087-32654-7-git-send-email-gbenson at redhat dot com>
On 03/20/2015 04:48 PM, Gary Benson wrote:
> This commit updates solib_find to strip the "target:" prefix from
> gdb_sysroot when accessing local files. This ensures that the same
> search algorithm is used for local files regardless of whether a
> "target:" prefix was used or not. It also avoids cluttering GDB's
> output with unnecessary "target:" prefixes on paths.
OK.
Thanks,
Pedro Alves