Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp50 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp146 StructuredData::ObjectSP StructuredData::ParseJSON(std::string json_text) { in ParseJSON() function in StructuredData
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h549 static ObjectSP ParseJSON(std::string json_text);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1045 auto json_object = StructuredData::ParseJSON(packet.Peek());
1107 auto json_object = StructuredData::ParseJSON(packet.Peek());
1144 auto json_object = StructuredData::ParseJSON(packet.Peek());
1212 auto json_object = StructuredData::ParseJSON(packet.Peek());
H A DGDBRemoteCommunicationClient.cpp579 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetThreadsInfo()
2504 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer()
3418 auto json_object = StructuredData::ParseJSON(response.Peek()); in SendGetTraceConfigPacket()
3636 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo()
3904 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins()
H A DProcessGDBRemote.cpp2296 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()
4105 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetExtendedInfoForThread()
4177 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetLoadedDynamicLibrariesInfos_sender()
4210 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetSharedCacheInfo()
5115 StructuredData::ObjectSP json_sp = StructuredData::ParseJSON(packet); in ParseStructuredDataPacket()
H A DGDBRemoteCommunicationServerCommon.cpp1123 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp742 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetRemoteUnixSignals()