Home
last modified time | relevance | path

Searched refs:CreateWatchpoint (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp978 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute()
1154 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h181 DNBBreakpoint *CreateWatchpoint(nub_addr_t addr, nub_size_t length,
DMachProcess.mm1831 DNBBreakpoint *MachProcess::CreateWatchpoint(nub_addr_t addr, nub_size_t length, function
1834 DNBLogThreadedIf(LOG_WATCHPOINTS, "MachProcess::CreateWatchpoint ( addr = "
1852 "MachProcess::CreateWatchpoint ( addr = "
1857 DNBLogThreadedIf(LOG_WATCHPOINTS, "MachProcess::CreateWatchpoint ( addr = "
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h699 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp1161 return procSP->CreateWatchpoint(addr, size, watch_flags, hardware) != NULL; in DNBWatchpointSet()
DChangeLog360 (MachProcess::CreateWatchpoint): Ditto.
815 (MachProcess::CreateWatchpoint): New function.
/external/llvm-project/lldb/source/API/
DSBValue.cpp1485 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
DSBTarget.cpp1450 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
/external/llvm-project/lldb/source/Target/
DTarget.cpp786 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() function in Target