Skip to content

Instantly share code, notes, and snippets.

@ostholz
Created November 11, 2021 11:00
Show Gist options
  • Save ostholz/71017bbe172e6f879ee548cc9e123449 to your computer and use it in GitHub Desktop.
Save ostholz/71017bbe172e6f879ee548cc9e123449 to your computer and use it in GitHub Desktop.
LLDB Commands
### Print swift object at address
`e -l swift -O -- 0xaddress`
### print ObjectivC object at address
`e -l objc -O -- 0xaddress`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment