Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_set_command/
DTestWatchLocationWithWatchSet.py93 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
/external/llvm-project/lldb/test/API/commands/watchpoints/hello_watchlocation/
DTestWatchLocation.py99 self.switch_to_thread_with_stop_reason(lldb.eStopReasonWatchpoint)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2090 def switch_to_thread_with_stop_reason(self, stop_reason): member in TestBase