Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp255 m_jstopinfo_sp(), m_jthreadsinfo_sp(), m_continue_c_tids(), in ProcessGDBRemote()
1170 m_jthreadsinfo_sp.reset(); in WillResume()
1429 if (m_jthreadsinfo_sp) { in UpdateThreadIDList()
1431 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1583 if (GetThreadStopInfoFromJSON(thread, m_jthreadsinfo_sp)) in CalculateThreadStopInfo()
2457 m_jthreadsinfo_sp = m_gdb_comm.GetThreadsInfo(); in WillPublicStop()
2459 if (m_jthreadsinfo_sp) { in WillPublicStop()
2462 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
H A DProcessGDBRemote.h274 StructuredData::ObjectSP m_jthreadsinfo_sp; // Full stop info, expedited variable