Search code examples
gdblldb

How do I get the backtrace for all the threads in LLDB?


What's the LLDB equivalent of thread apply all bt in GDB?


Solution

  • The corresponding command for LLDB is simply bt all.

    See https://lldb.llvm.org/use/map.html#examining-thread-state