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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 25 02:10:15 PDT 2023


================
@@ -9,10 +9,16 @@
 #ifndef LLDB_TARGET_REGISTERFLAGS_H
 #define LLDB_TARGET_REGISTERFLAGS_H
 
-#include "lldb/Utility/Log.h"
+#include <cassert>
----------------
DavidSpickett wrote:

Moved the assert into the cpp file and removed the include in the header.

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


More information about the lldb-commits mailing list