The lldb command line has autocomplete for a group of commands and parameters, but not for expressions that you enter in the print command (i.e. expr ). If you use Xcode, it will offer autocompletion using source code analysis tools. If you find cases where this does not work, write a bug from http://bugreporter.apple.com and Xcode people can take a look.
source share