This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix mi-file.exp fails on remote host
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>, gdb-patches at sourceware dot org
- Date: Wed, 14 May 2014 09:48:38 +0100
- Subject: Re: [PATCH] Fix mi-file.exp fails on remote host
- Authentication-results: sourceware.org; auth=none
- References: <1399966474-6106-1-git-send-email-yao at codesourcery dot com> <537264BF dot 8050402 at redhat dot com> <5372D2D6 dot 2040903 at codesourcery dot com>
On 05/14/14 03:20, Yao Qi wrote:
> On 05/14/2014 02:30 AM, Pedro Alves wrote:
> Sorry for being unclear. It is not about ".", the culprit is "/" in
> ".*/${srcfile}". The test fails in my env because the file name is
> "basics.c". At first, I remove "/" from the pattern and think better
> to convert it to "string_to_regexp ${srcfile}". During the cleanup,
> I remove the ".*" prefix by mistake, sorry :(
No worries.
> Here is the new one.
This one's OK.
Thanks!
--
Pedro Alves