From: Kevin Buettner <kevinb@redhat.com>
To: gdb-patches@sourceware.org
Subject: Re: [PATCH] testsuite: Define and use gdb_target_symbol_prefix_flags_asm
Date: Fri, 06 Nov 2015 13:25:00 -0000 [thread overview]
Message-ID: <20151106062518.60bb68b8@pinnacle.lan> (raw)
In-Reply-To: <563C761D.9070401@redhat.com>
On Fri, 06 Nov 2015 09:42:53 +0000
Pedro Alves <palves@redhat.com> wrote:
> On 11/06/2015 05:28 AM, Kevin Buettner wrote:
>
> > +proc gdb_target_symbol_prefix_flags {} {
> > + set flags [gdb_target_symbol_prefix_flags_asm]
> > + regsub {(DSYMBOL_PREFIX=)(.*)$} $flags {\1"\2"} flags
> > + return flags
>
> Hmm, I think it'd end up simpler/less magic to remove the
> indirection through gdb_target_symbol_prefix_flags_asm after all.
> It's about the same number of worker lines, but no magic regex.
> Like:
>
> proc gdb_target_symbol_prefix_flags_asm {} {
> set prefix [gdb_target_symbol_prefix]
> if {$prefix ne ""} {
> return "additional_flags=-DSYMBOL_PREFIX=\"$prefix\""
> }
> return ""
> }
>
> WDYT?
I think you're right.
I'll make that change later on today and then push it.
Thanks again for your help with this.
Kevin
next prev parent reply other threads:[~2015-11-06 13:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 5:28 Kevin Buettner
2015-11-06 9:42 ` Pedro Alves
2015-11-06 13:25 ` Kevin Buettner [this message]
2015-11-07 18:12 ` Kevin Buettner
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=20151106062518.60bb68b8@pinnacle.lan \
--to=kevinb@redhat.com \
--cc=gdb-patches@sourceware.org \
/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