Searched refs:WATCHPOINT_CREATED (Results 1 – 10 of 10) sorted by relevance
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/ |
D | TestWatchpointCommands.py | 128 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 183 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 223 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 267 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 322 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 362 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 406 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 461 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/ |
D | TestWatchpointCommandLLDB.py | 78 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED, 127 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
|
D | TestWatchpointCommandPython.py | 65 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/multiple_threads/ |
D | TestWatchpointMultipleThreads.py | 82 self.expect("watchpoint set variable -w write g_val", WATCHPOINT_CREATED, 127 self.expect("watchpoint set variable -w write g_val", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/variable_out_of_scope/ |
D | TestWatchedVarHitWhenInScope.py | 66 self.expect("watchpoint set variable c.a", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/ |
D | TestMyFirstWatchpoint.py | 65 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/ |
D | TestWatchpointConditionCmd.py | 63 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
D | TestWatchLocationWithWatchSet.py | 65 self.expect("watchpoint set expression -w write -x 1 -- g_char_ptr + 7", WATCHPOINT_CREATED,
|
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
D | TestWatchLocation.py | 66 self.expect("watchpoint set expression -w write -x 1 -- g_char_ptr", WATCHPOINT_CREATED,
|
/external/lldb/test/ |
D | lldbtest.py | 146 WATCHPOINT_CREATED = "Watchpoint created successfully" variable
|