- Edited
Hi,
I have managed to get cross compile working from Win10 using VS-code/Docker according to instructions from @ebai101 here . I'm using the referenced bootstrap from here which uses a clang/llvm toolchain, which originally came from @thetechnobear in his cross-compilation guide here . There is not really any mention of debugging anywhere here.
So...do I need to use LLDBserver (debugger) to work with the clang/llvm toolchain? has anyone been able to do that? Info seems scarce. Can gdbserver be used with clang/llvm? Or do I need to change the toolchain to gcc so that I can use gdbserver which I have been able to get working before. Any advice on running a remote debug appreciated, thanks.