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.cpp1366 Status cw_error; in WatchpointCreateByAddress() local
1370 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchpointCreateByAddress()
1371 error.SetError(cw_error); in WatchpointCreateByAddress()