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/SBValue.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/SBValue.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBValue.i | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/scripts/Python/interface/SBValue.i b/lldb/scripts/Python/interface/SBValue.i index af88dd094c6..f6e610531b6 100644 --- a/lldb/scripts/Python/interface/SBValue.i +++ b/lldb/scripts/Python/interface/SBValue.i @@ -49,9 +49,8 @@ Name: rip Value: 0x0000000100000dae Name: rflags Value: 0x0000000000000206 Name: cs Value: 0x0000000000000027 Name: fs Value: 0x0000000000000010 -Name: gs Value: 0x0000000000000048 -" - ) SBValue; +Name: gs Value: 0x0000000000000048" +) SBValue; class SBValue { public: |