[Lldb-commits] [PATCH] D156934: [lldb][NFCI] Add SBTraceCursor.h to swig headers file
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 3 16:41:54 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG08dc847d55fb: [lldb][NFCI] Add SBTraceCursor.h to swig headers file (authored by bulbazord).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156934/new/
https://reviews.llvm.org/D156934
Files:
lldb/bindings/headers.swig
Index: lldb/bindings/headers.swig
===================================================================
--- lldb/bindings/headers.swig
+++ 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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156934.547049.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230803/6c394038/attachment.bin>
More information about the lldb-commits
mailing list