Skip to content

Instantly share code, notes, and snippets.

@totocaster
Last active July 16, 2018 03:22
Show Gist options
  • Save totocaster/fe80a38f47cc446af112bd8496de2247 to your computer and use it in GitHub Desktop.
Save totocaster/fe80a38f47cc446af112bd8496de2247 to your computer and use it in GitHub Desktop.
LLVM commands
### Reveal LLDB commands support - DO NOT MODIFY
command script import /Applications/Reveal.app/Contents/SharedSupport/Scripts/RevealServerCommands.py
###
# Run a command in objective C mode
command alias poc expression -l objc -o --
# Flush CAAnimation buffer
command alias caflush CATransaction.flush()
# Skip one line
command alias skip1 thread jump --by 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment