Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h134 bool force_synchronous);
138 bool force_synchronous);
H A DGDBRemoteCommunicationServerLLGS.cpp1001 NativeProcessProtocol &process, lldb::tid_t tid, bool force_synchronous) { in SendStopReplyPacketForThread() argument
1011 if (m_non_stop && !force_synchronous) { in SendStopReplyPacketForThread()
1923 bool force_synchronous) { in SendStopReasonForState() argument
1957 return SendStopReplyPacketForThread(process, tid, force_synchronous); in SendStopReasonForState()