From: Keith Seitz <keiths@redhat.com>
To: Yao Qi <yao@codesourcery.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH] Escape backslash in windows path
Date: Sat, 29 Mar 2014 06:04:00 -0000 [thread overview]
Message-ID: <53366280.5050909@redhat.com> (raw)
In-Reply-To: <1396058002-13704-1-git-send-email-yao@codesourcery.com>
On 03/28/2014 06:53 PM, Yao Qi wrote:
> diff --git a/gdb/testsuite/gdb.base/setshow.exp b/gdb/testsuite/gdb.base/setshow.exp
> index 13da410..0feb729 100644
> --- a/gdb/testsuite/gdb.base/setshow.exp
> +++ b/gdb/testsuite/gdb.base/setshow.exp
> @@ -171,6 +171,8 @@ set test "show environment HOME"
> gdb_test_multiple $test $test {
> -re "\nHOME = (\[^\r\n\]*)\[\r\n\]+$gdb_prompt $" {
> set HOME $expect_out(1,string)
> + # Escape backslash in case HOME is a windows path.
> + regsub -all {\\} $HOME {\\\\} HOME
> pass $test
> }
> }
Does string_to_regexp work for this?
Keith
next prev parent reply other threads:[~2014-03-29 6:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-29 1:56 Yao Qi
2014-03-29 6:04 ` Keith Seitz [this message]
2014-03-31 1:06 ` Yao Qi
2014-04-03 6:56 ` Yao Qi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53366280.5050909@redhat.com \
--to=keiths@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=yao@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox