Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBTarget.cpp1446 Status cw_error; in WatchAddress() local
1450 target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
1451 error.SetError(cw_error); in WatchAddress()