lldb-mi icon indicating copy to clipboard operation
lldb-mi copied to clipboard

LLDB's machine interface driver

Results 29 lldb-mi issues
Sort by recently updated
recently updated
newest added

This is now required in order to be able to build with the very latest llvm-project from git main.

Hi, I wonder if there is any plan for publishing releases for lldb-mi?

### Environment - OS and version: macOS Monterey 12.4 - VS Code: 1.68.0 - C/C++ extension: 1.11.0 - OS and version of remote machine (if applicable): no - GDB /...

The "Building against system LLDB" instructions didn't work out-of-the-box on M1 macOS Monterey 12.4 with XCode 13.2.1. Here's a known-good sequence of instructions. Pretty similar to the existing "Building against...

This PR adds a small fix to improve handling of absolute Unix-style paths in Win32 versions of lldb-mi. Some details about the issue and the suggested fix: When using lldb-mi...

Hi, When I try to debug my program from vscode with `lldb`(windows vscode remote to linux container) , I noticed the `ModuleNotFoundError: No module named 'lldb'` error in my vscode...

lldb-mi.exe under `E:\llvm14\bin\`, and source file under `K:\Work\cmaketest\hello.c`, mingw crt source under `E:\Source\git\mingw-w64\mingw-w64-crt`, the `-stack-list-frames` result is >```stack: [frame={level=0,addr=0x00007ff6449f148d,func=main,file=hello.c,fullname=/K:/Work/cmaketest/hello.c,line=5},frame={level=1,addr=0x00007ff6449f13d7,func=__tmainCRTStartup,file=crtexe.c,fullname=E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c,line=321},frame={level=2,addr=0x00007ff6449f1436,func=mainCRTStartup,file=crtexe.c,fullname=E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c,line=202},frame={level=3,addr=0x00007fff162d244d,func=BaseThreadInitThunk,file=??,fullname=??,line=-1},frame={level=4,addr=0x00007fff16fadf88,func=RtlUserThreadStart,file=??,fullname=??,line=-1}]``` when I start `lldb-mi.exe` from `C:\`, the `-stack-list-frames` changed to >```stack=[frame={level="0",addr="0x00007ff6449f1486",func="main",file="hello.c",fullname="/K:/Work/cmaketest/hello.c",line="4"},frame={level="1",addr="0x00007ff6449f13d7",func="__tmainCRTStartup",file="crtexe.c",fullname="/E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c",line="321"},frame={level="2",addr="0x00007ff6449f1436",func="mainCRTStartup",file="crtexe.c",fullname="/E:/Source/git/mingw-w64/mingw-w64-crt/crt/crtexe.c",line="202"},frame={level="3",addr="0x00007fff162d244d",func="BaseThreadInitThunk",file="??",fullname="??",line="-1"},frame={level="4",addr="0x00007fff16fadf88",func="RtlUserThreadStart",file="??",fullname="??",line="-1"}]```...

Hi, Missing which package might cause the following error? output : -- Found LLVM 13.0.1 -- Using LLVMConfig.cmake in: /usr/lib64/cmake/llvm CMake Error at CMakeLists.txt:21 (include): include could not find requested...

When I run `lldb-mi` on MacOS it hangs. Here is the console output: ``` (gdb) -file-exec-and-symbols "test" ^done (gdb) =library-loaded,id="[...]/test",target-name="[...]/test",host-name="[...]/test",symbols-loaded="0",loaded_addr="-",size="23838720" r test ~"Process 34501 launched: '[...]/test' (x86_64)\n" ^done (gdb) =thread-created,id="1",group-id="i1"...

Building llvm-mi on linux with clang 13 sources fails with error "ld.lld: error: undefined symbol: llvm::Twine::str() const" referenced by MICmdCmdData.cpp referenced by MICmdCmdSymbol.cpp referenced by MICmdCmdSymbol.cpp