Commit Graph

1 Commits

Author SHA1 Message Date
Michael Gottesman
40ef5b1a63 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
2018-02-06 11:03:24 -08:00