diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-18 23:11:07 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-18 23:11:07 +0000 |
| commit | f74cb50cda83cfa3ad847038bb32431933c704f6 (patch) | |
| tree | 7653a153c6d50368958a820573508725bd33e754 /lldb/scripts/lldb.swig | |
| parent | 6fdc34054f9947268621bb66736c8a653eca6b20 (diff) | |
| download | bcm5719-llvm-f74cb50cda83cfa3ad847038bb32431933c704f6.tar.gz bcm5719-llvm-f74cb50cda83cfa3ad847038bb32431933c704f6.zip | |
Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.
llvm-svn: 135441
Diffstat (limited to 'lldb/scripts/lldb.swig')
| -rw-r--r-- | lldb/scripts/lldb.swig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/scripts/lldb.swig b/lldb/scripts/lldb.swig index 4f2cbac5cf0..c3760a53545 100644 --- a/lldb/scripts/lldb.swig +++ b/lldb/scripts/lldb.swig @@ -215,9 +215,9 @@ o SBLineEntry: Specifies an association with a contiguous range of instructions %include "lldb/API/SBInputReader.h" %include "lldb/API/SBInstruction.h" %include "lldb/API/SBInstructionList.h" -%include "lldb/API/SBLineEntry.h" -%include "lldb/API/SBListener.h" -%include "lldb/API/SBModule.h" +%include "./Python/interface/SBLineEntry.i" +%include "./Python/interface/SBListener.i" +%include "./Python/interface/SBModule.i" %include "./Python/interface/SBProcess.i" %include "lldb/API/SBSourceManager.h" %include "lldb/API/SBStream.h" |

