summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBValueList.i
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-18 20:13:38 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-18 20:13:38 +0000
commit357033b33738f97407e6b7e84f6a9bf2e139d943 (patch)
treea96931e41a2999b4509a709f5c6026eee75dd971 /lldb/scripts/Python/interface/SBValueList.i
parent338879a7f4b34af9fef83d81566a017f4ff51672 (diff)
downloadbcm5719-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.i5
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:
OpenPOWER on IntegriCloud