diff options
Diffstat (limited to 'lldb/scripts/lldb.swig')
-rw-r--r-- | lldb/scripts/lldb.swig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/scripts/lldb.swig b/lldb/scripts/lldb.swig index 2ba7c724c07..69a262b2acc 100644 --- a/lldb/scripts/lldb.swig +++ b/lldb/scripts/lldb.swig @@ -53,6 +53,7 @@ import os %{ #include "lldb/lldb-public.h" #include "lldb/API/SBAddress.h" +#include "lldb/API/SBAttachInfo.h" #include "lldb/API/SBBlock.h" #include "lldb/API/SBBreakpoint.h" #include "lldb/API/SBBreakpointLocation.h" @@ -129,6 +130,7 @@ import os /* Python interface files with docstrings. */ %include "./Python/interface/SBAddress.i" +%include "./Python/interface/SBAttachInfo.i" %include "./Python/interface/SBBlock.i" %include "./Python/interface/SBBreakpoint.i" %include "./Python/interface/SBBreakpointLocation.i" |