Home
last modified time | relevance | path

Searched refs:WATCHPOINT_CREATED (Results 1 – 10 of 10) sorted by relevance

/external/lldb/test/functionalities/watchpoint/watchpoint_commands/
DTestWatchpointCommands.py128 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/
DTestWatchpointCommandLLDB.py78 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
127 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
DTestWatchpointCommandPython.py65 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
/external/lldb/test/functionalities/watchpoint/multiple_threads/
DTestWatchpointMultipleThreads.py82 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/
DTestWatchedVarHitWhenInScope.py66 self.expect("watchpoint set variable c.a", WATCHPOINT_CREATED,
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/
DTestMyFirstWatchpoint.py65 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
DTestWatchpointConditionCmd.py63 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
DTestWatchLocationWithWatchSet.py65 self.expect("watchpoint set expression -w write -x 1 -- g_char_ptr + 7", WATCHPOINT_CREATED,
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
DTestWatchLocation.py66 self.expect("watchpoint set expression -w write -x 1 -- g_char_ptr", WATCHPOINT_CREATED,
/external/lldb/test/
Dlldbtest.py146 WATCHPOINT_CREATED = "Watchpoint created successfully" variable