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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to