Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBTarget.cpp1818 Error cw_error; in WatchAddress() local
1821 watchpoint_sp = target_sp->CreateWatchpoint(addr, size, type, watch_type, cw_error); in WatchAddress()
1822 error.SetError(cw_error); in WatchAddress()