Hey so I am developing a project using LLDB as a debugger and am looking to
make it cross-platform.

As I see it, the LLDB API boots up an instance of lldb-server, but
lldb-server isn't available on windows. Is there a way to use the LLDB C++
API on windows?

On the status page <https://lldb.llvm.org/status.html> I see the lldb
commandline tool is OK for windows, which uses the LLDB API, how is this
achieved?

-Russell
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to