summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBError.i
AgeCommit message (Collapse)Author
2015-04-24Start to share SWIG interface files between languages.Bruce Mitchener
Summary: Move scripts/Python/interface to scripts/interface so that we can start making iterative improvements towards sharing the interface files between multiple languages (each of which would have their own directory as now). Test Plan: Build and see. Reviewers: zturner, emaste, clayborg Reviewed By: clayborg Subscribers: mjsabby, lldb-commits Differential Revision: http://reviews.llvm.org/D9212 llvm-svn: 235676
2012-06-29Added documentation for many of our python properties and also made the ↵Greg Clayton
property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output. llvm-svn: 159468
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton
from the SBTarget and SBModule interfaces. Also added many python properties for easier access to many things from many SB objects. llvm-svn: 149191
2011-07-20Add some docstrings for SBError class.Johnny Chen
llvm-svn: 135547
2011-07-19Move the rest of the SB headers to interface files.Johnny Chen
They are not docstring'ed yet. llvm-svn: 135531