Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp158 EmplaceSafeString(object, key, result); in SetValueForKey()
242 EmplaceSafeString(object, "name", name.str()); in CreateScope()
486 EmplaceSafeString(event, "event", event_name); in CreateEventObject()
515 EmplaceSafeString(object, "filter", bp.filter); in CreateExceptionBreakpointFilter()
516 EmplaceSafeString(object, "label", bp.label); in CreateExceptionBreakpointFilter()
592 EmplaceSafeString(object, "name", name); in CreateSource()
605 EmplaceSafeString(source, "name", name); in CreateSource()
606 EmplaceSafeString(source, "path", source_path); in CreateSource()
767 EmplaceSafeString(object, "name", frame_name); in CreateStackFrame()
895 EmplaceSafeString(body, "description", desc_str); in CreateThreadStopped()
[all …]
H A Dlldb-vscode.cpp350 EmplaceSafeString(body, "name", std::string(exe_path)); in SendProcessEvent()
629 EmplaceSafeString(response, "message", status.GetCString()); in request_attach()
905 EmplaceSafeString(body, "exceptionId", exc_bp->filter); in request_exceptionInfo()
906 EmplaceSafeString(body, "description", exc_bp->label); in request_exceptionInfo()
1086 EmplaceSafeString(item, "text", match_ref); in request_completions()
1089 EmplaceSafeString(item, "label", match); in request_completions()
1214 EmplaceSafeString(body, "result", result); in request_evaluate()
1246 EmplaceSafeString(body, "type", in request_evaluate()
1676 EmplaceSafeString(response, "message", status.GetCString()); in request_launch()
2391 EmplaceSafeString(body, "content", pos->second.content); in request_source()
[all …]
H A DProgressEvent.cpp112 EmplaceSafeString(body, "title", m_message); in ToJSON()
117 EmplaceSafeString(body, "timestamp", timestamp); in ToJSON()
H A DJSONUtils.h32 void EmplaceSafeString(llvm::json::Object &obj, llvm::StringRef key,
H A DVSCode.cpp226 EmplaceSafeString(body, "output", output.str()); in SendOutput()
/llvm-project-15.0.7/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()