Searched refs:sb_thread (Results 1 – 7 of 7) sorted by relevance
64 SBThread sb_thread; in PrivateBreakpointHitCallback() local70 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()72 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
114 SBThread sb_thread; in GetThread() local118 sb_thread.SetThread(thread_sp); in GetThread()120 return LLDB_RECORD_RESULT(sb_thread); in GetThread()
66 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name) { in SBThreadPlan() argument68 sb_thread, class_name); in SBThreadPlan()70 Thread *thread = sb_thread.get(); in SBThreadPlan()76 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name, in SBThreadPlan() argument80 sb_thread, class_name, args_data); in SBThreadPlan()82 Thread *thread = sb_thread.get(); in SBThreadPlan()
213 SBThread sb_thread; in GetSelectedThread() local220 sb_thread.SetThread(thread_sp); in GetSelectedThread()223 return LLDB_RECORD_RESULT(sb_thread); in GetSelectedThread()231 SBThread sb_thread; in CreateOSPluginThread() local238 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()412 SBThread sb_thread; in GetThreadAtIndex() local421 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()708 SBThread sb_thread; in GetThreadByID() local717 sb_thread.SetThread(thread_sp); in GetThreadByID()727 SBThread sb_thread; in GetThreadByIndexID() local[all …]
146 SBThread sb_thread; in GetThreadAtIndex() local153 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()157 return sb_thread; in GetThreadAtIndex()
1058 SBThread sb_thread; in GetThread() local1062 sb_thread.SetThread(thread_sp); in GetThread()1065 return LLDB_RECORD_RESULT(sb_thread); in GetThread()
724 SBThread sb_thread(thread_sp); in GetThread() local726 return LLDB_RECORD_RESULT(sb_thread); in GetThread()