From: Tom Tromey <tromey@redhat.com>
To: "Rob Quill" <rob.quill@gmail.com>
Cc: "Eli Zaretskii" <eliz@gnu.org>, "Jim Blandy" <jimb@red-bean.com>,
gdb-patches@sourceware.org
Subject: Re: New scope checking patch
Date: Tue, 29 Jul 2008 21:45:00 -0000 [thread overview]
Message-ID: <m3vdyo5pqs.fsf@fleche.redhat.com> (raw)
In-Reply-To: <baf6008d0807291404x255213b7id79efc6939d92eb1@mail.gmail.com> (Rob Quill's message of "Tue\, 29 Jul 2008 22\:04\:18 +0100")
>>>>> "Rob" == Rob Quill <rob.quill@gmail.com> writes:
Tom> This seems like a good candidate for an internal function. The syntax
Tom> is nearly identical.
Rob> Are you saying that there is something that I need to do before this
Rob> can be committed?
Sorry -- to be completely clear, I am not a gdb maintainer.
So, you are free to ignore what I say.
Rob> Where can I find out about internal functions?
There's been some discussion on the various lists.
Otherwise, the python-gdb git repository.
Or, I suppose one of us can send out a patch.
Tom> The only difference is that, at the GCC Summit, we agreed that
Tom> arguments to internal functions would be expressions. So, instead of
Tom> $in_scope(x) you would have to write $in_scope("x").
Rob> If this patch it implemented as an internal function, what is to
Rob> stop someone passing an expression to $in_scope(), in which case,
Rob> does the patch need to be able to determine if a whole expression
Rob> is in scope?
In the internal-function form, in_scope would take a string-valued
argument. So, the expression would be evaluated first -- just like
any other function argument -- and then passed to the in_scope
primitive.
I guess this would prevent easy checking of whether an entire
expression is in scope. (BTW does that mean just checking all the
names in the expression?)
Tom
next prev parent reply other threads:[~2008-07-29 21:45 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-12 16:29 Rob Quill
2007-11-12 23:26 ` Michael Snyder
2008-01-10 1:00 ` Jim Blandy
2008-01-11 0:52 ` Rob Quill
2008-01-11 22:51 ` Jim Blandy
2008-01-14 23:07 ` Michael Snyder
2008-01-15 17:06 ` Jim Blandy
2008-01-17 19:32 ` Rob Quill
2008-01-17 20:15 ` Jim Blandy
2008-01-17 21:11 ` Rob Quill
2008-01-17 21:58 ` Jim Blandy
2008-01-17 23:40 ` Doug Evans
2008-01-18 1:31 ` Daniel Jacobowitz
2008-01-18 3:35 ` Rob Quill
2008-01-18 18:48 ` Jim Blandy
2008-01-18 22:43 ` Rob Quill
2008-01-19 0:38 ` Jim Blandy
2008-01-30 13:11 ` Rob Quill
2008-01-30 18:14 ` Jim Blandy
2008-01-30 18:31 ` Eli Zaretskii
2008-01-31 4:11 ` Jim Blandy
2008-01-31 7:26 ` Eli Zaretskii
2008-07-27 23:45 ` Rob Quill
2008-07-28 3:18 ` Eli Zaretskii
2008-07-28 10:31 ` Rob Quill
2008-07-28 18:27 ` Eli Zaretskii
2008-07-29 20:31 ` Tom Tromey
2008-07-29 21:04 ` Rob Quill
2008-07-29 21:45 ` Tom Tromey [this message]
2008-07-29 22:53 ` Rob Quill
2008-07-30 3:34 ` Tom Tromey
2008-10-23 13:42 ` Convenience functions (was: Re: New scope checking patch) Daniel Jacobowitz
2008-10-23 15:17 ` Convenience functions Tom Tromey
2008-10-23 15:22 ` Daniel Jacobowitz
2008-10-23 15:26 ` Tom Tromey
2008-10-23 19:14 ` Tom Tromey
2008-10-24 12:53 ` Eli Zaretskii
2008-11-04 21:37 ` Convenience functions (was: Re: New scope checking patch) Thiago Jung Bauermann
2008-11-04 22:23 ` Daniel Jacobowitz
2008-11-04 22:43 ` Convenience functions Tom Tromey
2008-01-31 7:52 ` New scope checking patch Michael Snyder
2008-01-19 1:35 ` Michael Snyder
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=m3vdyo5pqs.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=jimb@red-bean.com \
--cc=rob.quill@gmail.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