[Lldb-commits] [lldb] Add commands frequency to statistics dump (PR #80375)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 20:50:43 PST 2024


================
@@ -1623,15 +1625,16 @@ class CommandObjectCommandsScriptAdd : public CommandObjectParsed,
           m_options.m_class_name.c_str());
       if (!cmd_obj_sp) {
         result.AppendErrorWithFormatv("cannot create helper object for: "
-                                      "'{0}'", m_options.m_class_name);
+                                      "'{0}'",
+                                      m_options.m_class_name);
----------------
clayborg wrote:

revert non related whitespace change

https://github.com/llvm/llvm-project/pull/80375


More information about the lldb-commits mailing list