New posts in lldb

lldb fails to print variable values with "error: reference to 'id' is ambiguous"

Printing/Debugging libc++ STL with Xcode/LLDB

Does LLDB have convenience variables ($var)?

Is there a "TUI" mode for standalone lldb?

po command in Xcode does not generate output

Is it possible to debug a gcc-compiled program using lldb, or debug a clang-compiled program using gdb?

lldb: Breakpoint on exceptions (equivalent of gdb's catch throw)

LLDB: Couldn't IRGen expression

Why can't LLDB print view.bounds?

How can I find the address of a stack trace in LLDB for iOS

LLDB equivalent of gdb "directory" command for specifying source search path?

How to print the contents of a memory address using LLDB?

What is LLDB RPC Server ? When does it crash in Xcode? Why it crashes?

Xcode - Error creating LLDB target

Permanently configuring LLDB (in Xcode 4.3.2) not to stop on signals

How to call methods or execute code in LLDB debugger?

View array in LLDB: equivalent of GDB's '@' operator in Xcode 4.1

Xcode/LLDB: How to get information about an exception that was just thrown?

LLDB (Swift): Casting Raw Address into Usable Type

How to change variables value while debugging with LLDB in Xcode?