Home
last modified time | relevance | path

Searched refs:EmplaceSafeString (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp34 void EmplaceSafeString(llvm::json::Object &obj, llvm::StringRef key, in EmplaceSafeString() function
161 EmplaceSafeString(object, key, result); in SetValueForKey()
170 EmplaceSafeString(response, "command", GetString(request, "command")); in FillResponse()
245 EmplaceSafeString(object, "name", name.str()); in CreateScope()
489 EmplaceSafeString(event, "event", event_name); in CreateEventObject()
518 EmplaceSafeString(object, "filter", bp.filter); in CreateExceptionBreakpointFilter()
519 EmplaceSafeString(object, "label", bp.label); in CreateExceptionBreakpointFilter()
595 EmplaceSafeString(object, "name", name); in CreateSource()
599 EmplaceSafeString(object, "path", std::string(path)); in CreateSource()
608 EmplaceSafeString(source, "name", name); in CreateSource()
[all …]
H A Dlldb-vscode.cpp353 EmplaceSafeString(body, "name", std::string(exe_path)); in SendProcessEvent()
632 EmplaceSafeString(response, "message", status.GetCString()); in request_attach()
685 EmplaceSafeString(response, "message", std::string(error.GetCString())); in request_attach()
908 EmplaceSafeString(body, "exceptionId", exc_bp->filter); in request_exceptionInfo()
909 EmplaceSafeString(body, "description", exc_bp->label); in request_exceptionInfo()
919 EmplaceSafeString(body, "description", std::string(description)); in request_exceptionInfo()
1089 EmplaceSafeString(item, "text", match_ref); in request_completions()
1092 EmplaceSafeString(item, "label", match); in request_completions()
1094 EmplaceSafeString(item, "label", match + " -- " + description); in request_completions()
1217 EmplaceSafeString(body, "result", result); in request_evaluate()
[all …]
H A DProgressEvent.cpp113 EmplaceSafeString(body, "title", m_message); in ToJSON()
118 EmplaceSafeString(body, "timestamp", timestamp); in ToJSON()
H A DJSONUtils.h33 void EmplaceSafeString(llvm::json::Object &obj, llvm::StringRef key,
H A DVSCode.cpp226 EmplaceSafeString(body, "output", output.str()); in SendOutput()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp22 static void EmplaceSafeString(llvm::json::Object &obj, llvm::StringRef key, in EmplaceSafeString() function
50 EmplaceSafeString(module, "path", path); in ToJSON()
51 EmplaceSafeString(module, "uuid", uuid); in ToJSON()
52 EmplaceSafeString(module, "triple", triple); in ToJSON()