path: swiftlang_6.2.3-1/llvm-project/lldb/docs/resources/debugging.rst (in terminal B) $ ./bin/lldb ./bin/lldb --attach-pid $(pidof lldb) Placing Breakpoints path: swiftlang_6.2.3-1/llvm-project/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.