================ @@ -1827,6 +1827,33 @@ class CommandObjectMultiwordProcessTrace : public CommandObjectMultiword { ~CommandObjectMultiwordProcessTrace() override = default; }; +// CommandObjectProcessDumpModificationId +class CommandObjectProcessDumpModificationId : public CommandObjectParsed { +public: + CommandObjectProcessDumpModificationId(CommandInterpreter &interpreter) + : CommandObjectParsed(interpreter, "process dump-modification-id", ---------------- real-mikhail wrote:
Yeah, I was reluctant to add new dump command too, but didn't think about extending other command. Fixed it (and other comment about command description too). https://github.com/llvm/llvm-project/pull/129092 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits