microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
701 stars 118 forks source link

exdigdb server support for non-HW debuggers #71

Open gokultv-private opened 1 year ago

gokultv-private commented 1 year ago

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?