Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp953 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute()
1121 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h189 DNBBreakpoint *CreateWatchpoint(nub_addr_t addr, nub_size_t length,
H A DMachProcess.mm1862 DNBBreakpoint *MachProcess::CreateWatchpoint(nub_addr_t addr, nub_size_t length, function
1865 DNBLogThreadedIf(LOG_WATCHPOINTS, "MachProcess::CreateWatchpoint ( addr = "
1883 "MachProcess::CreateWatchpoint ( addr = "
1888 DNBLogThreadedIf(LOG_WATCHPOINTS, "MachProcess::CreateWatchpoint ( addr = "
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h732 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp1451 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
H A DSBTarget.cpp1349 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1178 return procSP->CreateWatchpoint(addr, size, watch_flags, hardware) != NULL; in DNBWatchpointSet()
H A DChangeLog360 (MachProcess::CreateWatchpoint): Ditto.
815 (MachProcess::CreateWatchpoint): New function.
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp813 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() function in Target