Searched refs:STOPPED_DUE_TO_WATCHPOINT (Results 1 – 9 of 9) sorted by relevance
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/ |
D | TestWatchpointCommands.py | 142 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/ |
D | TestWatchpointCommandLLDB.py | 97 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT, 146 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
|
D | TestWatchpointCommandPython.py | 84 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
|
/external/lldb/test/functionalities/watchpoint/variable_out_of_scope/ |
D | TestWatchedVarHitWhenInScope.py | 78 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
|
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/ |
D | TestMyFirstWatchpoint.py | 78 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/ |
D | TestWatchpointConditionCmd.py | 78 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
D | TestWatchLocationWithWatchSet.py | 80 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
|
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
D | TestWatchLocation.py | 91 self.expect("thread list", STOPPED_DUE_TO_WATCHPOINT,
|
/external/lldb/test/ |
D | lldbtest.py | 120 STOPPED_DUE_TO_WATCHPOINT = "Process should be stopped due to watchpoint" variable
|