[Lldb-commits] [PATCH] D153626: [lldb] Use SmallVector for handling register data
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 26 08:43:09 PDT 2023
DavidSpickett updated this revision to Diff 534580.
DavidSpickett added a comment.
Make a resize in EmulateInstructionARM64::EmulateLDPSTP uncondintional.
Though in this case the register for an ldp/stp could only be an x register
which is 8 bytes, so there would have been enough allocated already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153626/new/
https://reviews.llvm.org/D153626
Files:
lldb/include/lldb/Utility/RegisterValue.h
lldb/source/Host/common/NativeRegisterContext.cpp
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
lldb/source/Target/RegisterContext.cpp
lldb/source/Utility/RegisterValue.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153626.534580.patch
Type: text/x-patch
Size: 31646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230626/d64b09a5/attachment-0001.bin>
More information about the lldb-commits
mailing list