[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
Tue Mar 25 11:02:47 PDT 2025
real-mikhail wrote:
Thanks folks. I agree that approach with the option is the best (will see what looks better, something like `target.process.expressions-flush-memory-cache` or flag in `SBExpressionOptions`). Since this flag will affect very low-level code maybe global flag (in `target.process`) will be easier to pass.
And yes, this flag will be disabled by default.
https://github.com/llvm/llvm-project/pull/129092
More information about the lldb-commits
mailing list