Developer at Phanos
Developer at Phanos
I did try that but I got the same error. ```lldb breakpoint set -f myapp.v --line 4 ``` I ran the backtrace, here is the output. ```lldb (lldb) thread backtrace...
I use Arch BTW Here is the info on the linux version and debugger versions. ``` ~ [127]$ uname -a Linux testmachine01 5.18.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 02 Jul 2022...
This fixes that problem. Change `DynamicLibraryManagerSymbol.cpp` on line 621 ``` if (Dyn.d_un.d_val & 0x08000000) //llvm::ELF::DF_1_PIE) ```