[Lldb-commits] [PATCH] D145566: [lldb] Add RegisterFlags class
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 10 05:23:15 PST 2023
DavidSpickett updated this revision to Diff 504104.
DavidSpickett added a comment.
Fix typo, remove `m_type` which is not used by the following patches.
We could use it down the road, but we can also just guess that single
bit fields are bools and anything else is a number. So we don't lose much.
Everything I've seen out of gdbserver only sends a type for the other
information types, struct and unions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145566/new/
https://reviews.llvm.org/D145566
Files:
lldb/include/lldb/Target/RegisterFlags.h
lldb/source/Target/CMakeLists.txt
lldb/source/Target/RegisterFlags.cpp
lldb/unittests/Target/CMakeLists.txt
lldb/unittests/Target/RegisterFlagsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145566.504104.patch
Type: text/x-patch
Size: 12816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230310/9905ca9d/attachment.bin>
More information about the lldb-commits
mailing list