path: llvm-toolchain-18_1:18.1.8-20/lldb/docs/resources/debugging.rst tree and inspect the logs after the session has ended. :: $ strace -ff -o log -p $(pidof lldb-server) This will log all syscalls made by ``lldb-server`` and processes that it forks. path: llvm-toolchain-18_1:18.1.8-20/lldb/docs/resources/debugging.rst (in terminal B) $ ./bin/lldb ./bin/lldb --attach-pid $(pidof lldb) Placing Breakpoints