Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1471 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() local
1472 if (thread_infos && thread_infos->GetSize() > 0) { in UpdateThreadIDList()
1475 thread_infos->ForEach([this](StructuredData::Object *object) -> bool { in UpdateThreadIDList()
1600 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() local
1601 if (thread_infos) { in GetThreadStopInfoFromJSON()
1603 const size_t n = thread_infos->GetSize(); in GetThreadStopInfoFromJSON()
1606 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2507 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop() local
2508 if (thread_infos) { in WillPublicStop()
2509 const size_t n = thread_infos->GetSize(); in WillPublicStop()
[all …]