Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/debugserver/
H A DJSONTest.cpp21 JSONValue::SP ParseJSON(const char *json_string) { in ParseJSON() function
29 auto json_val = ParseJSON(json_string);
37 EXPECT_THAT(ParseJSON("\"foo"), testing::IsNull()); in TEST()
51 EXPECT_THAT(ParseJSON("-1.2.3"), testing::IsNull()); in TEST()
/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp62 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
H A DSBTarget.cpp210 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() function in StructuredData
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp241 auto data_sp = StructuredData::ParseJSON(output); in ShellExpandArguments()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp100 StructuredData::ParseJSON(std::string(Response)); in create()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h560 static ObjectSP ParseJSON(const std::string &json_text);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp708 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetRemoteUnixSignals()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp291 auto object_sp = StructuredData::ParseJSON(std::string(ss.GetString())); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2175 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()
3817 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetExtendedInfoForThread()
3889 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetLoadedDynamicLibrariesInfos_sender()
3922 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSharedCacheInfo()
4878 StructuredData::ParseJSON(std::string(packet)); in ParseStructuredDataPacket()
H A DGDBRemoteCommunicationClient.cpp546 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()
2641 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()
3891 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()
4149 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationServerCommon.cpp1160 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1413 auto data_sp = StructuredData::ParseJSON(output);