Home
last modified time | relevance | path

Searched refs:STOPPED_DUE_TO_WATCHPOINT (Results 1 – 9 of 9) sorted by relevance

/external/lldb/test/functionalities/watchpoint/watchpoint_commands/
DTestWatchpointCommands.py142 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
149 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
281 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
288 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
419 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
491 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
DTestWatchpointCommandLLDB.py97 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
146 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
DTestWatchpointCommandPython.py84 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/functionalities/watchpoint/variable_out_of_scope/
DTestWatchedVarHitWhenInScope.py78 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/
DTestMyFirstWatchpoint.py78 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
DTestWatchpointConditionCmd.py78 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
DTestWatchLocationWithWatchSet.py80 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
DTestWatchLocation.py91 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
/external/lldb/test/
Dlldbtest.py120 STOPPED_DUE_TO_WATCHPOINT = "Process should be stopped due to watchpoint" variable