diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-07-18 20:13:38 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-18 20:13:38 +0000 |
commit | 357033b33738f97407e6b7e84f6a9bf2e139d943 (patch) | |
tree | a96931e41a2999b4509a709f5c6026eee75dd971 /lldb/scripts/Python/interface/SBTarget.i | |
parent | 338879a7f4b34af9fef83d81566a017f4ff51672 (diff) | |
download | bcm5719-llvm-357033b33738f97407e6b7e84f6a9bf2e139d943.tar.gz bcm5719-llvm-357033b33738f97407e6b7e84f6a9bf2e139d943.zip |
Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.
llvm-svn: 135419
Diffstat (limited to 'lldb/scripts/Python/interface/SBTarget.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBTarget.i | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index 649d39773aa..30626566f52 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -34,9 +34,8 @@ and, produces: SBBreakpoint: id = 1, file ='main.cpp', line = 66, locations = 1 -SBBreakpoint: id = 2, file ='main.cpp', line = 85, locations = 1 -" - ) SBTarget; +SBBreakpoint: id = 2, file ='main.cpp', line = 85, locations = 1" +) SBTarget; class SBTarget { public: |