Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/debugserver/
H A DJSONTest.cpp21 JSONValue::SP ParseJSON(const char *json_string) { in ParseJSON()
27 const char *json_string, in ParseAndTestJSON()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp155 std::string json_string; in SendJSONResponse() local
H A DGDBRemoteCommunicationClient.cpp3587 std::string json_string; in SendTraceStop() local
3622 std::string json_string; in SendTraceStart() local
3657 std::string json_string; in SendTraceGetState() local
3691 std::string json_string; in SendTraceGetBinaryData() local
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp294 Expected<std::string> json_string = GetLiveProcessState(); in RefreshLiveProcessState() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp5282 const char *json_string) { in get_integer_value_for_key_name_from_json()
5319 const char *json_string, in get_boolean_value_for_key_name_from_json()
5358 const char *key, const char *json_string, std::vector<uint64_t> &ints) { in get_array_of_ints_value_for_key_name_from_json()