This is the mail archive of the gdb-patches@sources.redhat.com 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: [patch/rfc] New program_changed event, cleanup some HPUXHPPAmess


In that case, since the cache was originally added to work around what
was a >>O(1) lookup, it should no longer be needed.


There were two parts to this actually, the first part was the symbol
caching, but there is also some stuff related to how the hp cxx abi
support worked that required some cleaning up when a new symbol table
gets loaded.

Here's a new patch for getting rid of the symbol caching. I'll see how
best to handle the hp c++ abi support...

Ok.


ok to apply?

Yep! Thanks.


Andrew

randolph

2004-06-03 Randolph Chung <tausq@debian.org>

* hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
* hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
* hppa-tdep.c (hppa_symbol_address): New function definition.
* hppa-tdep.h (hppa_symbol_address): New function declaration.




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