Searched refs:SetSelectedThread (Results 1 – 9 of 9) sorted by relevance
27 obj.SetSelectedThread(lldb.SBThread())
72 process.SetSelectedThread(other_thread)
165 SetSelectedThread (const lldb::SBThread &thread);500 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
106 process.SetSelectedThread(stepping_thread)
120 process.SetSelectedThread(stepping_thread)
105 bool SetSelectedThread(const lldb::SBThread &thread);
261 selected_thread = self.process.SetSelectedThread(
383 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess384 LLDB_RECORD_METHOD(bool, SBProcess, SetSelectedThread, in SetSelectedThread()1352 LLDB_REGISTER_METHOD(bool, SBProcess, SetSelectedThread, in RegisterMethods()
1795 frame.GetThread().GetProcess().SetSelectedThread(frame.GetThread()); in request_scopes()