[Lldb-commits] [PATCH] D53361: [API] Extend the `SBThreadPlan` interface
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 19 10:47:55 PDT 2018
jingham added a comment.
Presumably you are doing this so one scripted thread plan can use another one? This is the right way to do that, so this is great. Not sure why I didn't think of it.
BTW, looks like I added this without any tests. Totally my bad, this was a weekend experiment and was inert if not used, so I got the bits in and then wrote a bug on myself to write tests - demonstrating again why that's inadvisable...
If you are playing around with this and have a moment to formalize what you are doing into a test or two, I'd be grateful...
Repository:
rLLDB LLDB
https://reviews.llvm.org/D53361
More information about the lldb-commits
mailing list