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: [patch] PR symtab/13277: Resolving opaque structures in ICC generated binaries. (testcase)


On Mon, 21 May 2012 14:04:07 +0200, John Steele Scott wrote:
> Will you commit your change to lookup_symbol_aux_psymtabs (ref
> http://sourceware.org/ml/gdb-patches/2012-05/msg00739.html), or shall I
> include that with my fix?

I wanted to keep it on the list for several days.  There are multiple ways how
to implement the fix.  I have chosen the one more simple in the code but in
some cases less efficient during runtime (it always tries to find !TYPE_OPAQUE
symbol, even if the caller does not need it).


Regards,
Jan


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