Open Kristine1975 opened 2 years ago
Side note: On macOS there are some code signing requirements[1] to actually use LLDB to debug processes (unless you fall back to the system debugserver). So that might make this endeavor a bit more tricky then just putting lldb into the build project list.
[1] https://lldb.llvm.org/resources/build.html#code-signing-on-macos
@llvm/issue-subscribers-lldb
Currently lldb isn't included in the Darwin binaries, contrary to e.g. the binary release for Ubuntu x86_64. As lldb works on Darwin, it should be included in the binary release.