Searched refs:GetThreadsInfo (Results 1 – 7 of 7) sorted by relevance
43 StructuredData::DictionarySP GetThreadsInfo() override;
91 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo() function in ScriptedProcessPythonInterface
44 virtual StructuredData::DictionarySP GetThreadsInfo() { return nullptr; } in GetThreadsInfo() function
305 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo(); in DoUpdateThreadList()
429 StructuredData::ObjectSP GetThreadsInfo();
533 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo() function in GDBRemoteCommunicationClient
2502 m_jthreadsinfo_sp = m_gdb_comm.GetThreadsInfo(); in WillPublicStop()