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/SBValueList.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/SBValueList.i')
| -rw-r--r-- | lldb/scripts/Python/interface/SBValueList.i | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/scripts/Python/interface/SBValueList.i b/lldb/scripts/Python/interface/SBValueList.i index fb21ad01a5b..75c8f6bb49b 100644 --- a/lldb/scripts/Python/interface/SBValueList.i +++ b/lldb/scripts/Python/interface/SBValueList.i @@ -64,9 +64,8 @@ def get_ESRs(frame): print '%s => %s' % (reg.GetName(), reg.GetValue()) ... ''' - return get_registers(frame, 'exception state') -" - ) SBValueList; + return get_registers(frame, 'exception state')" +) SBValueList; class SBValueList { public: |

