[Lldb-commits] [lldb] [lldb] Do not bump memory modificator ID when "internal" debugger memory is updated (PR #129092)

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 11 09:59:24 PDT 2025


jimingham wrote:

This looks pretty good to me.  I had one trivial doc comment, and I think it's better not to start sprinkling internal debugging commands into the lldb command set.  The debugger has enough commands already, I like to avoid adding ones that nobody but us will ever use.
If we start needing to do this a lot, then we should probably follow gdb and add a "maintenance" command to gather them all up.  That way normal user would just have to overlook one top-level command.  But in this case, we already have `process status` so the debugging dump would fit naturally as an option to that command.

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


More information about the lldb-commits mailing list