[Lldb-commits] [lldb] [lldb] Do not bump memory modificator ID when "internal" debugger memory is updated (PR #129092)
Mikhail Zakharov via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 12 10:54:45 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list