================ @@ -105,6 +105,10 @@ class LLDB_API SBThreadPlan { SBThreadPlan QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, bool first_insn, SBError &error); + SBThreadPlan QueueThreadPlanForStepSingleInstruction(bool step_over); ---------------- jimingham wrote:
Yes, I should have thought of that. We should leave out the no-error overload. You can make that work by checking SBThreadPlan::IsValid, but you don't get the error message and it's much easier to forget to do that. https://github.com/llvm/llvm-project/pull/137904 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits