[Lldb-commits] [PATCH] D96666: [lldb] Remove unused ThreadPlan tracer utilities (NFC)
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 15 14:21:24 PST 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
At some point I had the idea that there would be a whole plugin architecture where you could add observers on all the stops & steps the lldb's execution control did. But for lldb command line & SB API usages, the scripted thread plans add a more natural way to do this. We probably shouldn't take the tracers out altogether. I used them a couple of times (though admittedly pretty far back in the day) for debugging stepping issues. But we don't need the higher level bindings.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96666/new/
https://reviews.llvm.org/D96666
More information about the lldb-commits
mailing list