Tracing instruction in lldb debugger. just a python-script for lldb

Tracing instruction in lldb debugger.
just a python-script for lldb.

How to use it?
  1. Break at an address where you want to begin tracing.

  1. Import lldb python script.

  1. Set an address where you want to end tracing.

  1. Use ‘trace’ command,and redirect log to file.

trace -e 0x111111 -l all -t ~/tracelog.txt -d ~/debuglog.txt

GitHub

https://github.com/yangyss/lldb-trace

 

 

 

To finish reading, please visit source site