[Lldb-commits] [lldb] 08dc847 - [lldb][NFCI] Add SBTraceCursor.h to swig headers file
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 3 16:41:51 PDT 2023
Author: Alex Langford
Date: 2023-08-03T16:41:17-07:00
New Revision: 08dc847d55fbdfa7ff6cb8034633139df0199562
URL: https://github.com/llvm/llvm-project/commit/08dc847d55fbdfa7ff6cb8034633139df0199562
DIFF: https://github.com/llvm/llvm-project/commit/08dc847d55fbdfa7ff6cb8034633139df0199562.diff
LOG: [lldb][NFCI] Add SBTraceCursor.h to swig headers file
Differential Revision: https://reviews.llvm.org/D156934
Added:
Modified:
lldb/bindings/headers.swig
Removed:
################################################################################
diff --git a/lldb/bindings/headers.swig b/lldb/bindings/headers.swig
index eabf4e12241600..f7871765624dd3 100644
--- a/lldb/bindings/headers.swig
+++ b/lldb/bindings/headers.swig
@@ -63,6 +63,7 @@
#include "lldb/API/SBThreadCollection.h"
#include "lldb/API/SBThreadPlan.h"
#include "lldb/API/SBTrace.h"
+#include "lldb/API/SBTraceCursor.h"
#include "lldb/API/SBType.h"
#include "lldb/API/SBTypeCategory.h"
#include "lldb/API/SBTypeEnumMember.h"
More information about the lldb-commits
mailing list