This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: only force symbol lookups with local variables on hppa


On Sunday 20 August 2006 09:57, Daniel Jacobowitz wrote:
> As a followup, there are several better options:

hmm, is there a spec somewhere that says what order symbols need to be 
resolved ?  how about an alternative option:
 - in write_dollar_variable(), if the symbol starts with a '$', we first try 
to look it up via lookup_internalvar() ... if that fails, we fall back to 
lookup_symbol() and lookup_minimal_symbol() and then jump back to the 
lookup_internalvar() ...
-mike

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]