Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another silly little thing you can do with Python commands. | Jim Ingham | 2017-10-05 | 1 | -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 |