Home
last modified time | relevance | path

Searched refs:m_thread_suffix_supported (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.h39 bool m_thread_suffix_supported; variable
DGDBRemoteCommunicationServerCommon.cpp63 m_proc_infos_index(0), m_thread_suffix_supported(false), in GDBRemoteCommunicationServerCommon()
858 m_thread_suffix_supported = true; in Handle_QThreadSuffixSupported()
DGDBRemoteCommunicationServerLLGS.cpp3057 if (m_thread_suffix_supported) in Handle_QSaveRegisterState()
3115 if (m_thread_suffix_supported) in Handle_QRestoreRegisterState()
3404 if (!m_thread_suffix_supported) { in GetThreadFromSuffix()
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.h396 bool m_thread_suffix_supported; // Set to true if the 'p', 'P', 'g', and 'G' variable
DRNBRemote.cpp177 m_thread_suffix_supported(false), m_list_threads_in_stop_reply(false), in RNBRemote()
2299 m_thread_suffix_supported = true; in HandlePacket_QThreadSuffixSupported()
3542 if (m_thread_suffix_supported) in HandlePacket_SaveRegisterState()
3583 if (m_thread_suffix_supported) in HandlePacket_RestoreRegisterState()
4220 if (m_thread_suffix_supported) { in ExtractThreadIDFromThreadSuffix()