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]

gdb 6.7.50.20071127 - few problems


Hi,
I've tried to use gdb6.7.50.20071127 (mingw). I noticed few problems (in comparison with gdb6.7.1).
1) after attaching to process 'info shared' returns: "No shared libraries loaded at this time" (gdb6.7.1 returns few libraries)
2) debugged process has loaded shared library using LoadLibrary, and I cannot set breakpoint in this library. I get: "No symbol table is loaded. Use the "file" command" (using gdb6.7.1 I can set breakpoint without problem).
Why I have to use 'file' command (and 'symbol-file' too)? It works with mentioned commands but I'm wondering it's intended behaviour or bug?


Regards
Bogdan

P.S. 6.7.50.20071211 works in the same way.


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