Move the "slice" and "composite" handling into separate methods to avoid
if/else hell. Use more LLVM types whenever possible. Replace printf()s
with llvm::Error combined with LLDB logging.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp | ||
---|---|---|
257 | clang-format seems to indent this weirdly. |
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp | ||
---|---|---|
257 | I didn't like this idea at first, then realized I can move the offset getter there too, and this makes everything even nicer. |
clang-format seems to indent this weirdly.