Does LLDB have convenience variables ($var)?
I finally figured it out myself. Run help expr in LLDB and you will see: User defined variables: You can define your own variables for convenience or to be used in subsequent expressions. You define them the same way you would define variables in C. If the first character of your user defined variable is … Read more