Home
last modified time | relevance | path

Searched refs:switch_to_thread_with_stop_reason (Results 1 – 3 of 3) sorted by relevance

/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
DTestWatchLocationWithWatchSet.py86 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
DTestWatchLocation.py97 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
/external/lldb/test/
Dlldbtest.py1622 def switch_to_thread_with_stop_reason(self, stop_reason): member in TestBase