The lldb TUI (text user interface)
The lldb TUI (text user interface)
It turns out, like GDB, that lldb has a TUI mode too, but it’s really simplistic. You enter with
(lldb) gui
at which point you get a full screen of code or assembly, and options for register exploration, thread and stack exploration, and a variable view. The startup screen looks like:
If you tab over to the Threads window, you can space select the process, and drill into the stack traces for…
View On WordPress















