Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h271 StructuredData::ObjectSP m_jthreadsinfo_sp; // Full stop info, expedited variable
DProcessGDBRemote.cpp257 m_jstopinfo_sp(), m_jthreadsinfo_sp(), m_continue_c_tids(), in ProcessGDBRemote()
1249 m_jthreadsinfo_sp.reset(); in WillResume()
1534 if (m_jthreadsinfo_sp) { in UpdateThreadIDList()
1536 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1698 if (GetThreadStopInfoFromJSON(thread, m_jthreadsinfo_sp)) in CalculateThreadStopInfo()
2670 m_jthreadsinfo_sp = m_gdb_comm.GetThreadsInfo(); in WillPublicStop()
2672 if (m_jthreadsinfo_sp) { in WillPublicStop()
2675 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()