From: Daniel Jacobowitz <drow@false.org>
To: Pedro Alves <pedro_alves@portugalmail.pt>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFH] Cygwin (EXEEXT) fix.
Date: Sun, 10 Dec 2006 15:56:00 -0000 [thread overview]
Message-ID: <20061210155602.GA22340@nevyn.them.org> (raw)
In-Reply-To: <457C1BBA.8020802@portugalmail.pt>
On Sun, Dec 10, 2006 at 02:37:46PM +0000, Pedro Alves wrote:
> gdb_expect_list "run until main breakpoint" "$gdb_prompt$" {
> "\r\n\032\032post-prompt\r\n"
This is a TCL list. { } are quotes, like ' ' in the shell, which
prevent expansion.
Try changing it to [list "..." "..."], but you'll need to check the
quoting in every element and add backslashes at the end of every line.
Or, you can just add (|\.exe) instead of $EXEEXT... much simpler.
--
Daniel Jacobowitz
CodeSourcery
next prev parent reply other threads:[~2006-12-10 15:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-10 14:38 Pedro Alves
2006-12-10 15:56 ` Daniel Jacobowitz [this message]
2006-12-10 16:54 ` Pedro Alves
2006-12-10 17:06 ` Daniel Jacobowitz
2006-12-10 17:24 ` Pedro Alves
2007-01-04 20:56 ` Daniel Jacobowitz
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=20061210155602.GA22340@nevyn.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
--cc=pedro_alves@portugalmail.pt \
/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