Home
last modified time | relevance | path

Searched refs:m_list_threads_in_stop_reply (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h118 bool m_list_threads_in_stop_reply = false; variable
H A DGDBRemoteCommunicationServerLLGS.cpp858 if (m_list_threads_in_stop_reply) { in PrepareStopReplyPacketForThread()
1521 m_list_threads_in_stop_reply = true; in Handle_QListThreadsInStopReply()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h401 bool m_list_threads_in_stop_reply; variable
H A DRNBRemote.cpp172 m_thread_suffix_supported(false), m_list_threads_in_stop_reply(false), in RNBRemote()
2409 m_list_threads_in_stop_reply = true; in HandlePacket_QListThreadsInStopReply()
2775 if (m_list_threads_in_stop_reply) { in SendStopReplyPacketForThread()