10 #ifndef LLDB_SBThread_h_
11 #define LLDB_SBThread_h_
40 SBThread (
const lldb::ThreadSP& lldb_object_sp);
98 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
101 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
104 StepInto (
const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
207 SetThread (
const lldb::ThreadSP& lldb_object_sp);
211 ResumeNewPlan (lldb_private::ExecutionContext &exe_ctx, lldb_private::ThreadPlan *new_plan);
215 lldb::ExecutionContextRefSP m_opaque_sp;
220 #endif // LLDB_SBThread_h_