LLDB is a debugger built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.
Is there an LLDB command that can cast a raw address into a usable Swift class? For example: (lldb) po 0…
ios swift lldbI've written some code that dumps all ivars of a class into a dictionary in Objective C. This uses valueForKey: …
objective-c lldbI'm debugging my code and trying to figure out the size of the view using this: p view.frame.size.…
ios view lldbI am trying to debug an EXC_BAD_ACCESS in my iPhone app. It is crashing on a method call …
iphone exc-bad-access lldbI am trying to use lldb for c++ debugging and I want to halt if an exception is thrown, like …
debugging llvm lldbSince gdb is getting onerous to work with on a Mac these days (at least I feel like I am …
lldbWhen I'm running a unit test and want to debug something, I set a breakpoint and type for instance "po …
ios xcode lldbSince I updated to xcode 4.3 and let it switch my debugger over to lldb, any request to print a member …
objective-c ios xcode4.3 lldb