[Lldb-commits] [PATCH] D145574: [lldb] Read register fields from target XML

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 13 10:40:15 PDT 2023


MaskRay added inline comments.


================
Comment at: lldb/include/lldb/lldb-private-types.h:14
 
+#include "lldb/Target/RegisterFlags.h"
 #include "lldb/lldb-private.h"
----------------
Is there a library layering violation?

I assume that `lldb/Target/*.h` files depend on `lldb/include/lldb/lldb-private-types.h`, so `lldb/include/lldb/lldb-private-types.h` cannot include `lldb/Target/*.h` files...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145574/new/

https://reviews.llvm.org/D145574



More information about the lldb-commits mailing list