summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBError.i
Commit message (Collapse)AuthorAgeFilesLines
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-126/+0
| | | | | | | | | | | | | | | | | | | | 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
* Added documentation for many of our python properties and also made the ↵Greg Clayton2012-06-291-5/+5
| | | | | | 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
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+19
| | | | | | | from the SBTarget and SBModule interfaces. Also added many python properties for easier access to many things from many SB objects. llvm-svn: 149191
* Add some docstrings for SBError class.Johnny Chen2011-07-201-0/+47
| | | | llvm-svn: 135547
* Move the rest of the SB headers to interface files.Johnny Chen2011-07-191-0/+60
They are not docstring'ed yet. llvm-svn: 135531
OpenPOWER on IntegriCloud