summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBSection.i
Commit message (Expand)AuthorAgeFilesLines
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-154/+0
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+17
* Added a SBSection::GetParent() to the API.Greg Clayton2013-06-131-0/+3
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+6
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-291-8/+8
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-271-0/+3
* Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton2012-02-041-0/+6
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+24
* Add more docstring to the Python interface file for SBSection.Johnny Chen2011-10-031-1/+22
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-241-0/+3
* SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen2011-09-241-1/+4
* Fixed build issues after recent checkin.Greg Clayton2011-09-241-0/+3
* Added missing file.Greg Clayton2011-09-241-0/+65
OpenPOWER on IntegriCloud