[Lldb-commits] [PATCH] D53361: [API] Extend the `SBThreadPlan` interface

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 22 10:21:44 PDT 2018


jingham added a comment.

This should be easy to test with the python testsuite (lldbtest.)  Start with the sample_test in packages/Python/lldbsuite/test - don't use the inline one, that won't be flexible enough.  Then you can just make a scripted thread plan that just pushes a "step over" or "step in" plan, and step with it and make sure it landed where it should.  Then to test your addition, make another scripted plan that calls your trivial stepping one, and make sure that stops where expected as well.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53361





More information about the lldb-commits mailing list