Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Interactions of symbol-lookup with language
@ 2003-11-08 22:55 Paul N. Hilfinger
  2003-11-10 17:07 ` David Carlton
  2003-11-11  1:23 ` Interactions of symbol-lookup with language Elena Zannoni
  0 siblings, 2 replies; 12+ messages in thread
From: Paul N. Hilfinger @ 2003-11-08 22:55 UTC (permalink / raw)
  To: carlton; +Cc: gdb-patches


David,

The symbol-lookup facilities are now organized to adapt themselves to
the current language.  We've encountered some problems with this.  

In particular, in decode_line_1, there is a call to find_imps, an
Objective C function, which in turn calls lookup_symbol.  When
decode_line_1 is called while in Ada mode, this latter lookup_symbol
acts like an Ada symbol lookup, which makes little sense given that
find_imps is concerned with Objective C code.  We have encountered
cases where the result is anomalous.  

Our fix for the moment is simply to put a wrapper around decode_objc
to force the language to objc temporarily.  We are a little
uncomfortable with submitting this kind of kludge publicly, and
would prefer something officially blessed.  One possibility is to have
a variant of lookup_symbol that allows one to specify a prevailing
language for those cases where it matters.  We have at least one other
place where we'd like to "look up a symbol as in C".  

In any case, we'd welcome your (and other maintainers') comments.

Paul Hilfinger
ACT, Inc.


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

end of thread, other threads:[~2004-01-23 21:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-08 22:55 Interactions of symbol-lookup with language Paul N. Hilfinger
2003-11-10 17:07 ` David Carlton
2004-01-20 10:16   ` [RFC] Proposed changes in symbol-handling for Ada Paul Hilfinger
2004-01-20 15:01     ` Daniel Jacobowitz
2004-01-21 10:55       ` Paul Hilfinger
2004-01-21 15:19         ` Daniel Jacobowitz
2004-01-23 21:08           ` Andrew Cagney
2004-01-20 23:05     ` David Carlton
2004-01-21 11:22       ` Paul Hilfinger
2004-01-21 16:49         ` David Carlton
2004-01-21 18:50           ` Daniel Jacobowitz
2003-11-11  1:23 ` Interactions of symbol-lookup with language Elena Zannoni

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