[Lldb-commits] [PATCH] D145580: [lldb] Show register fields using bitfield struct types
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 20 14:01:44 PDT 2023
JDevlieghere added a subscriber: bulbazord.
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Core/DumpRegisterValue.h:12
+#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/lldb-enumerations.h"
----------------
Core components (not just the Core libraries but basically everything that's not a plugin) shouldn't depend on plugins. There's still places in LLDB where this is the case but @bulbazord has been hard at work to clean those up. This would introduce a new one. Can we avoid this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145580/new/
https://reviews.llvm.org/D145580
More information about the lldb-commits
mailing list