[Lldb-commits] [PATCH] D130468: [lldb][ARM] Add tests for vpush/vpop D registers

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 25 02:14:54 PDT 2022


DavidSpickett created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Previously we just checked via S regs and were not checking
memory content after pushes.

The vpush test confirms that the fix in https://reviews.llvm.org/D130307
is working.

Memory will only be checked if an "after" state is provided.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130468

Files:
  lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  lldb/test/API/arm/emulation/new-test-files/test-vpop-1-dregs-thumb.dat
  lldb/test/API/arm/emulation/new-test-files/test-vpush-1-dregs-thumb.dat

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130468.447245.patch
Type: text/x-patch
Size: 5656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220725/a06e7e21/attachment.bin>


More information about the lldb-commits mailing list