This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 11/13] introduce relative_filename and use it
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 17 Oct 2013 12:59:37 -0600
- Subject: Re: [PATCH 11/13] introduce relative_filename and use it
- Authentication-results: sourceware.org; auth=none
- References: <1377290210-483-1-git-send-email-tromey at redhat dot com> <1377290210-483-12-git-send-email-tromey at redhat dot com> <521CAD3E dot 6090905 at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> On 08/23/2013 09:36 PM, Tom Tromey wrote:
>> +# ROOT and FULL are file names. Returns the relative path from ROOT
>> +# to FULL. Note that FULL must be in a subdirectory of ROOT.
Pedro> Would it be a good idea to "error" out on mistakes here?
Good idea, I added this.
Tom