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] Fix up msymbol type of dll trampoline to mst_solib_trampoline


On 07/03/2013 08:26 AM, Yao Qi wrote:
In the updated patch, I use hash table when looking for up minsyms, but
in a little different way.  After currently constructing minsyms are
installed to OBJFILE, there is a hash table built, we can use that one,
instead of maintaining a separate one.  That is, after the hash table
of minsyms of OBJFILE is built up, we can iterate all minsyms, if
symbol is _imp_x, look up x in the hash table.  If found, modify the
found's type.

Regression tested on i686-pc-mingw32.  The following fail is fixed.

  FAIL: gdb.base/solib-symbol.exp: foo in libmd

Ping.  http://sourceware.org/ml/gdb-patches/2013-07/msg00100.html

--
Yao (éå)


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