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

/external/lldb/tools/debugserver/source/
H A DRNBRemote.h319 bool m_thread_suffix_supported; // Set to true if the 'p', 'P', 'g', and 'G' packets should be prefixed with the thread ID and colon: member in class:RNBRemote
H A DRNBRemote.cpp78 m_thread_suffix_supported (false),
2053 m_thread_suffix_supported = true;
3369 // thread specific packets. This will only be enabled if m_thread_suffix_supported
3374 if (m_thread_suffix_supported)

Completed in 60 milliseconds