Searched refs:CreateWatchpoint (Results 1 – 9 of 9) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 127 …DNBBreakpoint * CreateWatchpoint (nub_addr_t addr, nub_size_t length, uint32_t watch_type,…
|
D | MachProcess.cpp | 742 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/ |
D | CommandObjectWatchpoint.cpp | 1083 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/ |
D | Target.h | 577 CreateWatchpoint (lldb::addr_t addr,
|
/external/lldb/tools/debugserver/source/ |
D | DNB.cpp | 931 return procSP->CreateWatchpoint(addr, size, watch_flags, hardware) != NULL; in DNBWatchpointSet()
|
D | ChangeLog | 360 (MachProcess::CreateWatchpoint): Ditto. 815 (MachProcess::CreateWatchpoint): New function.
|
/external/lldb/source/API/ |
D | SBValue.cpp | 1665 … WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
|
D | SBTarget.cpp | 1821 watchpoint_sp = target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
|
/external/lldb/source/Target/ |
D | Target.cpp | 554 Target::CreateWatchpoint(lldb::addr_t addr, size_t size, const ClangASTType *type, uint32_t kind, E… in CreateWatchpoint() function in Target
|