Searched refs:CreateWatchpoint (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 930 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute() 1106 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error) in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 667 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBValue.cpp | 1537 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
|
| H A D | SBTarget.cpp | 1392 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 795 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() function in Target
|