Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos. | Bruce Mitchener | 2014-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 212132 | ||||
* | Fixed up the command so that it doesn't dump the first arguments when run ↵ | Greg Clayton | 2012-03-23 | 1 | -7/+8 |
| | | | | | | from the command line which was causing this script to dump the script itself. llvm-svn: 153294 | ||||
* | Added python script that implements a "parse_log_file" command in LLDB which can | Greg Clayton | 2012-03-22 | 1 | -0/+114 |
parse the output from "log enable --timestamp ...." and converts it to be relative to the first timestamp and shows the time deltas between log lines. This can also be used as a stand along script outside of lldb: ./delta.py log.txt llvm-svn: 153288 |