Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1334 Status cw_error; in WatchpointCreateByAddress() local
1338 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchpointCreateByAddress()
1339 error.SetError(std::move(cw_error)); in WatchpointCreateByAddress()