Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h361 const StructuredData::ObjectSP &thread_infos_sp);
DProcessGDBRemote.cpp1671 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON() argument
1674 if (thread_infos_sp) { in GetThreadStopInfoFromJSON()
1675 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON()