reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBThread.cpp
  996     error.SetErrorString("this SBThread object is invalid");
  997     return LLDB_RECORD_RESULT(error);
 1008     error.SetErrorString(new_plan_status.AsCString());
 1009     return LLDB_RECORD_RESULT(error);
 1013     return LLDB_RECORD_RESULT(error);
 1016     error = ResumeNewPlan(exe_ctx, new_plan_sp.get());
 1018     error.SetErrorString(new_plan_status.AsCString());
 1020   return LLDB_RECORD_RESULT(error);