Home
last modified time | relevance | path

Searched refs:GetThreadSuffixSupported (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.h46 GetThreadSuffixSupported () in GetThreadSuffixSupported() function
DGDBRemoteRegisterContext.cpp157 if (gdb_comm.GetThreadSuffixSupported()) in GetPrimordialRegister()
188 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); in ReadRegisterBytes()
316 if (gdb_comm.GetThreadSuffixSupported()) in SetPrimordialRegister()
387 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); in WriteRegisterBytes()
509 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); in ReadAllRegisterValues()
580 const bool thread_suffix_supported = gdb_comm.GetThreadSuffixSupported(); in WriteAllRegisterValues()
DGDBRemoteCommunication.h84 GetThreadSuffixSupported () = 0;
DGDBRemoteCommunicationClient.h69 GetThreadSuffixSupported ();
DProcessGDBRemote.cpp843 m_gdb_comm.GetThreadSuffixSupported (); in ConnectToDebugserver()
1829 if (!m_gdb_comm.GetThreadSuffixSupported() && m_public_state.GetValue() != eStateRunning) in DoDestroy()
DGDBRemoteCommunicationClient.cpp218 GDBRemoteCommunicationClient::GetThreadSuffixSupported () in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient