Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h140 bool force_synchronous);
144 bool force_synchronous);
H A DGDBRemoteCommunicationServerLLGS.cpp999 NativeProcessProtocol &process, lldb::tid_t tid, bool force_synchronous) { in SendStopReplyPacketForThread() argument
1009 if (m_non_stop && !force_synchronous) { in SendStopReplyPacketForThread()
1928 bool force_synchronous) { in SendStopReasonForState() argument
1962 return SendStopReplyPacketForThread(process, tid, force_synchronous); in SendStopReasonForState()