Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h145 bool silently_continue = false);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1491 bool silently_continue) { in CreateStopReasonWithWatchpointID() argument
1493 new StopInfoWatchpoint(thread, watch_id, silently_continue)); in CreateStopReasonWithWatchpointID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1873 bool silently_continue = false; in SetThreadStopInfo() local
1883 silently_continue = true; in SetThreadStopInfo()
1899 *thread_sp, watch_id, silently_continue)); in SetThreadStopInfo()