Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h269 StructuredData::ObjectSP m_jstopinfo_sp; // Stop info only for any threads variable
DProcessGDBRemote.cpp257 m_jstopinfo_sp(), m_jthreadsinfo_sp(), m_continue_c_tids(), in ProcessGDBRemote()
1248 m_jstopinfo_sp.reset(); in WillResume()
1703 if (m_jstopinfo_sp) { in CalculateThreadStopInfo()
1708 if (!GetThreadStopInfoFromJSON(thread, m_jstopinfo_sp)) { in CalculateThreadStopInfo()
2215 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()