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