-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will there be lldb-mi? #99
Comments
LLDB does not work in this toolchain. I've just checked the latest version ― still not working. |
I know, it is related to Python not locating things correctly relative to the current executable. |
The Python issue is solved now. #93 Apparently lldb-mi isn't built as part of the LLVM project. Is https://github.com/lldb-tools/lldb-mi what I should try to build and include in future releases, or is there another place to get it? |
I have added .zip files with first attempt to build lldb-mi to the latest release:
Can you unzip what you need in the same place you unzipped the main file and see if that fixes it for you? |
Yes, it's exactly what we need to include.
I unzip it and put it together with GCC 11.3.0 + LLVM 14.0.3 + MinGW-w64 10.0.0 UCRT (release 3), it works fine. Thanks for all your efforts. |
Great. I will include lldb-mi in future releases. |
When I download the releases include with LLVM/Clang/LLD/LLDB, I can't find the lldb-mi.exe. While debug with VSCode under lldb, it is required. Do you have a plan to compile lldb-mi? Thanks.
The text was updated successfully, but these errors were encountered: