[Lldb-commits] [lldb] [lldb][Commands] Show symbol change bit in SB API (PR #66144)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 15:16:30 PDT 2023


================
@@ -13,6 +13,7 @@
 
 #include "lldb/API/SBDefines.h"
 #include "lldb/API/SBPlatform.h"
+#include "lldb/API/SBStructuredData.h"
----------------
clayborg wrote:

This isn't needed in the header file right? Move to SBDebugger.cpp if it is still needed? No mention of SBStructuredData in SBDebugger.h

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


More information about the lldb-commits mailing list