Home
last modified time | relevance | path

Searched refs:json_str (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp65 std::string json_str(stream.GetData()); in SetFromJSON() local
67 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5140 StreamString json_str; in ParseStructuredDataPacket() local
5141 json_sp->Dump(json_str, true); in ParseStructuredDataPacket()
5142 json_str.Flush(); in ParseStructuredDataPacket()
5146 __FUNCTION__, json_str.GetData()); in ParseStructuredDataPacket()