Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h356 const StructuredData::ObjectSP &thread_infos_sp);
H A DProcessGDBRemote.cpp1596 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON() argument
1599 if (thread_infos_sp) { in GetThreadStopInfoFromJSON()
1600 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()