summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/delta.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2014-07-011-1/+1
| | | | llvm-svn: 212132
* Fixed up the command so that it doesn't dump the first arguments when run ↵Greg Clayton2012-03-231-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 canGreg Clayton2012-03-221-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
OpenPOWER on IntegriCloud