> From: Russell Greene <[email protected]> > Date: Tue, 04 Apr 2017 14:50:23 +0000 > Cc: [email protected], [email protected] > > Well I would guess the main problem is lldb being compiled in a msys > environment which I guess lldb > recognizes to be so posix to try and launch lldb-server. The results I gave > you are from the > mingw-w64-x86_64-lldb package in msys2.
That's a native 64-bit build of lldb, AFAIU. It should be okay for debugging native Windows programs, at least the 64-bit programs. (I only ever used a 32-bit build of lldb for debugging 32-bit MinGW programs, and it worked OK.) > Pretty sure mingw and msvc have different ABIs though (at least for C++) they > have completely different > name mangling algos. Yes, but that's not necessarily relevant for debugging, except that you might see mangled names. _______________________________________________ lldb-dev mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
