Searched refs:CreateWatchpoint (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 181 DNBBreakpoint *CreateWatchpoint(nub_addr_t addr, nub_size_t length,
|
D | MachProcess.mm | 1831 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/source/Commands/ |
D | CommandObjectWatchpoint.cpp | 978 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/include/lldb/Target/ |
D | Target.h | 699 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNB.cpp | 1161 return procSP->CreateWatchpoint(addr, size, watch_flags, hardware) != NULL; in DNBWatchpointSet()
|
D | ChangeLog | 360 (MachProcess::CreateWatchpoint): Ditto. 815 (MachProcess::CreateWatchpoint): New function.
|
/external/llvm-project/lldb/source/API/ |
D | SBValue.cpp | 1485 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
|
D | SBTarget.cpp | 1450 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 786 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() function in Target
|