Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Scope Checking Patch
@ 2007-06-10 20:54 Rob Quill
  2007-06-10 20:55 ` Rob Quill
  2007-06-11  8:31 ` Markus Deuling
  0 siblings, 2 replies; 10+ messages in thread
From: Rob Quill @ 2007-06-10 20:54 UTC (permalink / raw)
  To: gdb, gdb-patches

Hi all,

This is the first patch I have ever submitted to an open source
project, so I'm a little bit unsure of the process. The patch adds the
ability to check if a variable is in scope, as descibed here:

http://sourceware.org/ml/gdb/2006-11/msg00149.html

I have attached the diffs for the two files I've changed. However, I
am seeing some regressions against the current cvs, which I can't
understand, so I was wondering if a) the regressions happen for anyone
esle? (which presumably it does), b) if anyone could offer any
suggestions as to the cause, and c) give thier opinions on the patch.

The patch allows the scope of constants, variables and variables in
classes/structures, by using $in_scope(variable_name) as an
expression, with value 1 if variable_name is in scope and 0 if it is
not.

Any help and thoughts you can offer is much appreciated.

Thanks,

Rob


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-06-11 17:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-10 20:54 Scope Checking Patch Rob Quill
2007-06-10 20:55 ` Rob Quill
2007-06-11 17:12   ` Jim Blandy
2007-06-11 17:31     ` Rob Quill
2007-06-11  8:31 ` Markus Deuling
2007-06-11  9:41   ` Rob Quill
2007-06-11 10:58     ` Markus Deuling
2007-06-11 10:59     ` Andrew STUBBS
2007-06-11 11:17       ` Nick Roberts
2007-06-11 16:03       ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox