Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h114 bool silently_continue = false);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1379 bool silently_continue) { in CreateStopReasonWithWatchpointID() argument
1381 new StopInfoWatchpoint(thread, watch_id, silently_continue)); in CreateStopReasonWithWatchpointID()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1800 bool silently_continue = false; in SetThreadStopInfo() local
1810 silently_continue = true; in SetThreadStopInfo()
1826 *thread_sp, watch_id, silently_continue)); in SetThreadStopInfo()