Searched refs:sb_thread (Results 1 – 7 of 7) sorted by relevance
65 SBThread sb_thread; in PrivateBreakpointHitCallback() local71 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()73 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
85 SBThread sb_thread; in GetThread() local89 sb_thread.SetThread(thread_sp); in GetThread()91 return sb_thread; in GetThread()
215 SBThread sb_thread; in GetSelectedThread() local222 sb_thread.SetThread(thread_sp); in GetSelectedThread()230 return sb_thread; in GetSelectedThread()237 SBThread sb_thread; in CreateOSPluginThread() local253 return sb_thread; in CreateOSPluginThread()453 SBThread sb_thread; in GetThreadAtIndex() local471 return sb_thread; in GetThreadAtIndex()812 SBThread sb_thread; in GetThreadByID() local831 return sb_thread; in GetThreadByID()835 SBThread sb_thread; in GetThreadByIndexID() local[all …]
163 SBThread sb_thread; in GetThreadAtIndex() local170 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()174 return sb_thread; in GetThreadAtIndex()
59 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name) { in SBThreadPlan() argument60 Thread *thread = sb_thread.get(); in SBThreadPlan()
856 SBThread sb_thread(thread_sp); in GetThread() local860 sb_thread.GetDescription(sstr); in GetThread()866 return sb_thread; in GetThread()
1171 SBThread sb_thread; in GetThread() local1175 sb_thread.SetThread(thread_sp); in GetThread()1187 return sb_thread; in GetThread()