Searched refs:CreateWatchpoint (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 953 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 D | MachProcess.h | 189 DNBBreakpoint *CreateWatchpoint(nub_addr_t addr, nub_size_t length,
|
| H A D | MachProcess.mm | 1862 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 D | Target.h | 732 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBValue.cpp | 1451 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
|
| H A D | SBTarget.cpp | 1349 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNB.cpp | 1178 return procSP->CreateWatchpoint(addr, size, watch_flags, hardware) != NULL; in DNBWatchpointSet()
|
| H A D | ChangeLog | 360 (MachProcess::CreateWatchpoint): Ditto. 815 (MachProcess::CreateWatchpoint): New function.
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 813 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() function in Target
|