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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h266 StructuredData::ObjectSP m_jstopinfo_sp; // Stop info only for any threads member in class:lldb_private::process_gdb_remote::ProcessGDBRemote
H A DProcessGDBRemote.cpp258 m_jstopinfo_sp(), m_jthreadsinfo_sp(), m_continue_c_tids(),
1245 m_jstopinfo_sp.reset();
1700 if (m_jstopinfo_sp) {
1705 if (!GetThreadStopInfoFromJSON(thread, m_jstopinfo_sp)) {
2212 m_jstopinfo_sp = StructuredData::ParseJSON(json);

Completed in 172 milliseconds