Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h277 StructuredData::ObjectSP m_jstopinfo_sp; // Stop info only for any threads variable
H A DProcessGDBRemote.cpp262 m_jstopinfo_sp(), m_jthreadsinfo_sp(), m_continue_c_tids(), in ProcessGDBRemote()
1178 m_jstopinfo_sp.reset(); in WillResume()
1596 if (m_jstopinfo_sp) { in CalculateThreadStopInfo()
1601 if (!GetThreadStopInfoFromJSON(thread, m_jstopinfo_sp)) { in CalculateThreadStopInfo()
2200 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()