May 16th, 2016
LLDB Cheat Sheet
Since I like to have fancy cheat sheets, I created one from the GDB to LLDB Command Map.
stuff related to XCode - Mac OS X' IDE
May 16th, 2016
Since I like to have fancy cheat sheets, I created one from the GDB to LLDB Command Map.
Aug 5th, 2015
Just like in my previous post I need to jot down some useful commands for Lldb because I need to look them up so often. It contains standard breakpoint handling and running - just the very simple basics I should never forget. Note that this document will grow over time, hopefully.
First of all, do not forget to prepend xcrun to lldb, that makes it much more useable:
Feb 2nd, 2015
Since I happen to forget this every once in a while and end up in trying to debug in the command line but no symbols and no source is found, I drop a message for my future me:
Aug 8th, 2012
What a bad surprise, trying to build the Makefile-based project and got the response: make not found
!
Lucky for us, it has just moved into the XCode package - the logical place according to Apple’s rules, though not automatically in the PATH
environment variable :/
Oct 7th, 2009
Yesterday I stumbled over a problem using XCode 3. I was caused by a library, which was based on plain Makefiles. I tried to use this library in my XCode project, but anyhow, I always got the same error while linking.