apolyakov added a comment.

By the way, we can do something like:

  void StepOver() {
    StepOver(lldb:eOnlyDuringStepping);
  }
  
  void StepOver(lldb::RunMode stop_other_threads) {
    SBError error;
    StepOver(stop_other_threads, error);
  }

and so on.


https://reviews.llvm.org/D47991



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

Reply via email to