How to tell gdb about dlls using remote protocol
Wiljan Derks
Wiljan.Derks@zonnet.nl
Wed Jan 31 21:08:00 GMT 2007
Hello,
I have build my own code that can reside in our applications and that allows
a connection to gdb.
It allows remote debugging on Windows using gdb and also allows us to keep
specific threads running
because this is a realtime control application.
Thus I am using the "gdb remote" protocol and not the win32 debug api.
The problem that I have run into, is that I can find no way to let gdb know
what dll's are inside the
debugee using the remote protocol.
Does anyone know if there is a way to do this ?
Thanks,
Wiljan
More information about the Gdb
mailing list