microsoft/WinDbg-Samples

exdigdb server support for non-HW debuggers

gokultv-private opened this issue · 0 comments

I'm not sure whether my subject is clear.

From the documentation, https://github.com/microsoft/WinDbg-Samples/blob/master/Exdi/exdigdbsrv/doc/ExdiGdbSrv_readme.md#exdi-gdbserver--getting-started - I see that exdigdb is supported only for hardware debuggers (e.g. JTAG-based, or GdbServer-JTAG based).

The question is does it work for regular remote gdb debugging for software applications - https://gcc.gnu.org/onlinedocs/gcc-4.7.4/gnat_ugn_unw/Remote-Debugging-using-gdbserver.html ?

If yes, can you please update the documentation. If not, can you please add support?