Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp161 EmplaceSafeString(object, key, result); in SetValueForKey()
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()
608 EmplaceSafeString(source, "name", name); in CreateSource()
609 EmplaceSafeString(source, "path", source_path); in CreateSource()
770 EmplaceSafeString(object, "name", frame_name); in CreateStackFrame()
898 EmplaceSafeString(body, "description", desc_str); in CreateThreadStopped()
[all …]
H A Dlldb-vscode.cpp353 EmplaceSafeString(body, "name", std::string(exe_path)); in SendProcessEvent()
908 EmplaceSafeString(body, "exceptionId", exc_bp->filter); in request_exceptionInfo()
909 EmplaceSafeString(body, "description", exc_bp->label); in request_exceptionInfo()
1089 EmplaceSafeString(item, "text", match_ref); in request_completions()
1092 EmplaceSafeString(item, "label", match); in request_completions()
1217 EmplaceSafeString(body, "result", result); in request_evaluate()
1249 EmplaceSafeString(body, "type", in request_evaluate()
2401 EmplaceSafeString(body, "content", pos->second.content); in request_source()
2984 EmplaceSafeString(object, "name", "<error>"); in request_variables()
2985 EmplaceSafeString(object, "type", "const char *"); in request_variables()
[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/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()