Searched refs:switch_to_thread_with_stop_reason (Results 1 – 3 of 3) sorted by relevance
93 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
99 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
2090 def switch_to_thread_with_stop_reason(self, stop_reason): member in TestBase