Searched refs:SetSelectedThread (Results 1 – 9 of 9) sorted by relevance
27 obj.SetSelectedThread(lldb.SBThread())
69 process.SetSelectedThread(other_thread)
104 process.SetSelectedThread(stepping_thread)
163 SetSelectedThread (const lldb::SBThread &thread);517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
118 process.SetSelectedThread(stepping_thread)
105 bool SetSelectedThread(const lldb::SBThread &thread);
270 selected_thread = self.process.SetSelectedThread(
342 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess
1923 frame.GetThread().GetProcess().SetSelectedThread(frame.GetThread()); in request_scopes()