================
@@ -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",
----------------
jimingham wrote:

I don't think it's a good idea to clutter up the lldb command interface with 
debugging specific commands.  Maybe you could do this by adding a `-d` flag to 
`process status` that dumps this info?

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

Reply via email to