Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1345 Status cw_error; in WatchAddress() local
1349 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
1350 error.SetError(cw_error); in WatchAddress()