You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add lldbToolBox.py scaffolding in ./utils for adding lldb python helpers to use when debugging swift.
Currently this file just imports lldbDataFormatters.py from llvm without the
user needing to know about it. I want to begin adding more utility (for
instance, graphing an assembly CFG without needing to copy/paste) to this file.
To use this in lldb run:
command script import $SWIFT_DIR/utils/lldbToolBox.py
0 commit comments