Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h127 …DNBBreakpoint * CreateWatchpoint (nub_addr_t addr, nub_size_t length, uint32_t watch_type,…
DMachProcess.cpp742 MachProcess::CreateWatchpoint(nub_addr_t addr, nub_size_t length, uint32_t watch_flags, bool hardwa… in CreateWatchpoint() function in MachProcess
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1083 Watchpoint *wp = target->CreateWatchpoint(addr, size, &clang_type, watch_type, error).get(); in DoExecute()
1300 Watchpoint *wp = target->CreateWatchpoint(addr, size, &clang_type, watch_type, error).get(); in DoExecute()
/external/lldb/include/lldb/Target/
DTarget.h577 CreateWatchpoint (lldb::addr_t addr,
/external/lldb/tools/debugserver/source/
DDNB.cpp931 return procSP->CreateWatchpoint(addr, size, watch_flags, hardware) != NULL; in DNBWatchpointSet()
DChangeLog360 (MachProcess::CreateWatchpoint): Ditto.
815 (MachProcess::CreateWatchpoint): New function.
/external/lldb/source/API/
DSBValue.cpp1665 … WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
DSBTarget.cpp1821 watchpoint_sp = target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
/external/lldb/source/Target/
DTarget.cpp554 Target::CreateWatchpoint(lldb::addr_t addr, size_t size, const ClangASTType *type, uint32_t kind, E… in CreateWatchpoint() function in Target