This is the mail archive of the gdb@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]

Cygwin GDB crashes from cvs - solib


Currently win32-nat.c sets in_dynsym_resolve_code and open_symbol_file
to NULL.  The latter doesn't normally get called, but when it does,
it is called unconditionally; the former is called by "step".  Should
win32-nat provide dummy functions or should the call sites check?  Anyone
have an opinion?

-- 
Daniel Jacobowitz
CodeSourcery


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