[Lldb-commits] [PATCH] D57830: Add functionality to trace a function within lldb

2019-05-28 Thread Greg Clayton via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D57830: Add functionality to trace a function within lldb

2019-05-27 Thread serge via Phabricator via lldb-commits
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-

[Lldb-commits] [PATCH] D57830: Add functionality to trace a function within lldb

2019-02-06 Thread Aditya Kumar via Phabricator via lldb-commits
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