Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp958 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error); in DoExecute()
1147 target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h755 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1456 target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
H A DSBTarget.cpp1363 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchpointCreateByAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp854 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() function in Target