clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
For this to actually work we need to:
- Disable skipping function prologues using "settings set target.skip-prologue
false", set a breakpoint at the function we want to trace and
serge-sans-paille added a comment.
LGTM with respect to Python 2/3 compat, can't tell for the functionality though.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57830/new/
https://reviews.llvm.org/D57830
___
lldb-
hiraditya created this revision.
hiraditya added reviewers: xiaobai, clayborg.
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLDB.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D57830
Files:
examples/python/process_events.py
Index: examples/python/process_events.py