Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DRNBRemote.h319 …bool m_thread_suffix_supported; // Set to true if the 'p', 'P', 'g', and 'G' packets sh… variable
DRNBRemote.cpp78 m_thread_suffix_supported (false), in RNBRemote()
2053 m_thread_suffix_supported = true; in HandlePacket_QThreadSuffixSupported()
3374 if (m_thread_suffix_supported) in ExtractThreadIDFromThreadSuffix()