[Lldb-commits] [PATCH] D156687: [lldb][AArch64] Add kind marker to ReadAll/WriteALLRegisterValues data
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 1 05:58:00 PDT 2023
DavidSpickett updated this revision to Diff 555347.
DavidSpickett added a comment.
So this is almost the opposite of what you asked for, but I made WriteAllRegisterValues
similar to ReadAll by giving it it's own convenient wrapper function.
Which ensures you don't forget to set a valid bool, or increment the src pointer.
Also I realised I can dedupe a lot of if (error.Fail()). SVE is a bit special due
to writing header then header+register, so it does the header manually.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156687/new/
https://reviews.llvm.org/D156687
Files:
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156687.555347.patch
Type: text/x-patch
Size: 9960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230901/e3fb0865/attachment.bin>
More information about the lldb-commits
mailing list