Hi Russell,
Issues like that are the reason why we currently don't support any
external compilers.
If you are just talking about debugging, I guess you'd need to ask the
llvm community or the provider of the lldb binaries.
If you are interested in using lldb with craft, I'd recommend trying to
re enable (and fix) the lldb module in our llvm.
https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/libs/llvm-meta/lldb/lldb.py
We removed it from our package as windows builds regularly broke and our
build lacked python support which made it quite useless.
https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/libs/llvm-meta/llvm/llvm.py#L69
Cheers,
Hannah
On 13.10.2020 06:29, Russell Haley wrote:
Hi,
I'm trying to test a new build of llvm-mingw that includes
lldb-mi.exe. I am getting the following error in the console:
lldb-mi error: module importing failed: This script interpreter does
not support importing modules. error: 'settings set' takes more
arguments error: 'settings set' takes more arguments error: 'settings
set' takes more arguments
I believe lldb and lldb-mi were compiled without python support. Is
python support a requirement? Any input would be appreciated.
A test build of the compiler toolchain is here:
https://martin.st/temp/llvm-mingw-11-test-x86_64.zip
<https://martin.st/temp/llvm-mingw-11-test-x86_64.zip>
Thanks!
Russ