Lines Matching refs:StructuredData
121 StructuredData::GenericSP object_sp = *obj_or_err; in ScriptedProcess()
325 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo(); in DoUpdateThreadList()
338 StructuredData::ArraySP keys = thread_info_sp->GetKeys(); in DoUpdateThreadList()
340 std::map<size_t, StructuredData::ObjectSP> sorted_threads; in DoUpdateThreadList()
342 &thread_info_sp](StructuredData::Object *item) -> bool { in DoUpdateThreadList()
366 const std::pair<size_t, StructuredData::ObjectSP> pair) -> bool { in DoUpdateThreadList()
368 StructuredData::ObjectSP object_sp = pair.second; in DoUpdateThreadList()
421 lldb_private::StructuredData::ObjectSP
429 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()
432 return ScriptedInterface::ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()
439 StructuredData::Object *obj) -> bool { in GetLoadedDynamicLibrariesInfos()
440 StructuredData::Dictionary *dict = obj->GetAsDictionary(); in GetLoadedDynamicLibrariesInfos()
498 return ScriptedInterface::ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()
506 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { in GetMetadata()
507 StructuredData::DictionarySP metadata_sp = GetInterface().GetMetadata(); in GetMetadata()
511 return ScriptedInterface::ErrorWithMessage<StructuredData::DictionarySP>( in GetMetadata()
534 StructuredData::GenericSP object_instance_sp = in GetImplementation()