HeiTanBc / lldb-trace

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lldb-trace

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

参考:https://github.com/gm281/lldb-trace

About

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

License:GNU General Public License v3.0


Languages

Language:Python 98.4%Language:Objective-C 1.6%