summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/step_and_print.py
Commit message (Collapse)AuthorAgeFilesLines
* Another silly little thing you can do with Python commands.Jim Ingham2017-10-051-0/+24
Sometimes you want to step along and print a local each time as you go. You can do that with stop hooks, but that's a little heavy-weight. This is a sketch of a command that steps and then does "frame variable" on all its arguments. llvm-svn: 314958
OpenPOWER on IntegriCloud