[all-commits] [llvm/llvm-project] 3ebd54: [lldb][ARM] Print mismatched registers in emulatio...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Jul 26 01:28:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ebd541944466dbe6b208f21c4445c65153c3103
      https://github.com/llvm/llvm-project/commit/3ebd541944466dbe6b208f21c4445c65153c3103
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h

  Log Message:
  -----------
  [lldb][ARM] Print mismatched registers in emulation tests

Also correct the test failed message. It implies that what
it's done is compare the 'before' and 'ater' states from the
test input.

Except that that's the whole point of the test, that the state changes.
It should tell you that it compared the result of the emulation to the
'after'.

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D130464




More information about the All-commits mailing list