microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
48 stars 12 forks source link

gdb-multiarch support #195

Open boborjan2 opened 4 months ago

boborjan2 commented 4 months ago

I have a target (x86) running gdbserver that I can connect with gdb-multiarch from an x64 machine (either Linux or Windows). Windbg however cannot connect to the very same server (connect to remote debugger -> "gdb:server=localhost,port=1234"). windbg version 1.2402.24001.0. Is there a way to connect to a server like this or this is not supported at all?

Any help is welcome, Viktor