[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
Wed Apr 9 03:23:20 PDT 2025


real-mikhail wrote:

Hi,

I added the new option key `target.process.track-memory-cache-changes` (which defaults to `true`, meaning bulletproof behaviour). Setting it to `false` enables the optimization I initially suggested. I also added a new dump command and ensured with test that MemoryID is not changed when executing simple expressions.

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


More information about the lldb-commits mailing list