[all-commits] [llvm/llvm-project] daa406: Revert "[lldb] Do not bump memory modificator ID w...

David Spickett via All-commits all-commits at lists.llvm.org
Fri May 2 02:16:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: daa4061d61216456baa83ab404e096200e327fb4
      https://github.com/llvm/llvm-project/commit/daa4061d61216456baa83ab404e096200e327fb4
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2025-05-02 (Fri, 02 May 2025)

  Changed paths:
    M lldb/include/lldb/Target/Memory.h
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Target/Memory.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/test/API/commands/settings/TestSettings.py
    R lldb/test/Shell/Expr/TestExprWithSideEffect.cpp
    R lldb/test/Shell/Expr/TestExprWithSideEffectOnConvenienceVar.cpp
    R lldb/test/Shell/Expr/TestExprWithSideEffectOnConvenienceVarWindows.cpp
    R lldb/test/Shell/Expr/TestProcessModificationIdOnExpr.cpp

  Log Message:
  -----------
  Revert "[lldb] Do not bump memory modificator ID when "internal" debugger memory is updated (#129092)"

And a follow up warning fix.

This reverts commit 6aa963f780d63d4c8fa80de97dd79c932bc35f4e
and 2bff80f25d51e24d3c552e033a2863dd36ef648b.

This is failing on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/141/builds/8375

Seems to produce the line the test wants but not in the right place.
Reverting while I investigate.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list