busjaeger
Results
2
comments of
busjaeger
FYI, I built lldb-mi from source against llvm installed with brew: ``` brew install llvm brewllvm=$(ls -d /usr/local/Cellar/llvm/*) cd ~/Projects git clone https://github.com/lldb-tools/lldb-mi cd lldb-mi cmake -DCMAKE_PREFIX_PATH=$brewllvm . cmake --build...
Looks like this is somehow related to the debug information for `libzstd`. When I remove the directory `libzstd.1.3.4.dylib.dSYM`, the debugger no longer hangs.