Searched refs:WatchAddress (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/ |
D | TestTargetWatchAddress.py | 66 watchpoint = target.WatchAddress( 141 watchpoint = target.WatchAddress(
|
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
D | TestNoWatchpointSupportInfo.py | 60 wp = target.WatchAddress(0x100, 8, False, True, err)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_target.py | 56 obj.WatchAddress(123, 8, True, True, error)
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 761 lldb::SBWatchpoint WatchAddress(lldb::addr_t addr, size_t size, bool read,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 869 WatchAddress (lldb::addr_t addr,
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 1421 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress() function in SBTarget 1424 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in WatchAddress() 2576 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in RegisterMethods()
|