Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/debugserver/
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()
/external/llvm-project/lldb/source/Utility/
DStructuredData.cpp25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() function in StructuredData
/external/llvm-project/lldb/source/API/
DSBStructuredData.cpp67 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
/external/llvm-project/lldb/source/Host/windows/
DHost.cpp242 auto data_sp = StructuredData::ParseJSON(output); in ShellExpandArguments()
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DMessageObjects.cpp100 StructuredData::ParseJSON(std::string(Response)); in create()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h550 static ObjectSP ParseJSON(const std::string &json_text);
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp1112 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceStart()
1174 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceStop()
1238 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceConfigRead()
1306 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceRead()
DGDBRemoteCommunicationClient.cpp584 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()
2565 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()
3530 auto json_object = StructuredData::ParseJSON(response.Peek()); in SendGetTraceConfigPacket()
3787 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()
4056 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
DProcessGDBRemote.cpp2215 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()
4018 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetExtendedInfoForThread()
4091 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetLoadedDynamicLibrariesInfos_sender()
4125 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSharedCacheInfo()
5062 StructuredData::ParseJSON(std::string(packet)); in ParseStructuredDataPacket()
DGDBRemoteCommunicationServerCommon.cpp1132 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp751 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetRemoteUnixSignals()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp291 auto object_sp = StructuredData::ParseJSON(std::string(ss.GetString())); in TEST_F()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1341 auto data_sp = StructuredData::ParseJSON(output);