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]

How to tell gdb about dlls using remote protocol


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


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