Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp86 StructuredData::ParseJSON(stream.GetData()); in SetFromJSON()
H A DSBCommandInterpreter.cpp583 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
H A DSBDebugger.cpp449 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_strm.GetString())); in GetSetting()
H A DSBTarget.cpp213 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp25 StructuredData::ObjectSP StructuredData::ParseJSON(llvm::StringRef json_text) { in ParseJSON() function in StructuredData
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h577 static ObjectSP ParseJSON(llvm::StringRef json_text); in AddIntegerItem()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2283 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()
4038 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetExtendedInfoForThread()
4107 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetLoadedDynamicLibrariesInfos_sender()
4129 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetDynamicLoaderProcessState()
4161 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetSharedCacheInfo()
5523 StructuredData::ObjectSP json_sp = StructuredData::ParseJSON(packet); in ParseStructuredDataPacket()
H A DGDBRemoteCommunicationClient.cpp595 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetThreadsInfo()
2692 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer()
3986 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo()
4237 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationServerCommon.cpp1162 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp712 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetRemoteUnixSignals()