Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp263 m_jstopinfo_sp(), m_jthreadsinfo_sp(), m_continue_c_tids(), in ProcessGDBRemote()
1253 m_jthreadsinfo_sp.reset(); in WillResume()
1538 if (m_jthreadsinfo_sp) { in UpdateThreadIDList()
1540 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList()
1702 if (GetThreadStopInfoFromJSON(thread, m_jthreadsinfo_sp)) in CalculateThreadStopInfo()
2697 m_jthreadsinfo_sp = m_gdb_comm.GetThreadsInfo(); in WillPublicStop()
2699 if (m_jthreadsinfo_sp) { in WillPublicStop()
2702 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop()
DProcessGDBRemote.h269 StructuredData::ObjectSP m_jthreadsinfo_sp; // Full stop info, expedited variable