Last active
July 16, 2018 03:22
-
-
Save totocaster/fe80a38f47cc446af112bd8496de2247 to your computer and use it in GitHub Desktop.
LLVM commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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