Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h134 bool force_synchronous);
138 bool force_synchronous);
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()