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: RFA: don't use minsym name when searching block


"Peter.Schauer" <Peter.Schauer@regent.e-technik.tu-muenchen.de> writes:
> I proposed a very similar patch almost two years ago, but it got turned
> down and I was tired of arguing. Please note that there are two more
> calls to lookup_block_symbol in the #ifdef HPUXHPPA block, which I think
> have to be adjusted as well.

Okay, thanks for pointing that out.

> See http://sources.redhat.com/ml/gdb-patches/2000-10/msg00250.html

Do you think it's really best to use SYMBOL_SOURCE_NAME, instead of
just `name'?  I had the impression that the full symbol names were
always demangled, so the name to use shouldn't depend on the setting
of the `demangle' flag, as SYMBOL_SOURCE_NAME does.


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