HomeSort by relevance Sort by last modified time
    Searched refs:WatchAddress (Results 1 - 5 of 5) sorted by null

  /external/lldb/test/python_api/watchpoint/watchlocation/
TestTargetWatchAddress.py 2 Use lldb Python SBtarget.WatchAddress() API to create a watchpoint for write of '*g_char_ptr'.
29 """Exercise SBTarget.WatchAddress() API to set a watchpoint."""
38 """Exercise SBTarget.WatchAddress() API to set a watchpoint."""
46 """Exercise SBTarget.WatchAddress() API but pass an invalid watch_size."""
53 """Exercise SBTarget.WatchAddress() API but pass an invalid watch_size."""
58 """Use SBTarget.WatchAddress() to set a watchpoint and verify that the program stops later due to the watchpoint."""
88 watchpoint = target.WatchAddress(value.GetValueAsUnsigned(), 1, False, True, error)
117 """Use SBTarget.WatchAddress() to set a watchpoint with invalid watch_size and verify we get a meaningful error message."""
147 watchpoint = target.WatchAddress(value.GetValueAsUnsigned(), 365, False, True, error)
  /external/lldb/test/python_api/default-constructor/
sb_target.py 56 obj.WatchAddress(123, 8, True, True, error)
  /external/lldb/include/lldb/API/
SBTarget.h 727 WatchAddress (lldb::addr_t addr, size_t size, bool read, bool write, SBError& error);
  /external/lldb/scripts/Python/interface/
SBTarget.i 717 WatchAddress (lldb::addr_t addr,
  /external/lldb/source/API/
SBTarget.cpp     [all...]

Completed in 71 milliseconds