[Lldb-commits] [lldb] [lldb][lldb-server] Enable sending RegisterFlags as XML (PR #69951)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 11:10:16 PDT 2023


================
@@ -10,6 +10,7 @@
 #define LLDB_TARGET_REGISTERFLAGS_H
 
 #include "lldb/Utility/Log.h"
+#include "lldb/Utility/StreamString.h"
----------------
clayborg wrote:

We can just forward declare StreamString, and possibly remove Log.h above as well if we want to.

https://github.com/llvm/llvm-project/pull/69951


More information about the lldb-commits mailing list