summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBSection.i
AgeCommit message (Expand)Author
2015-04-24Start to share SWIG interface files between languages.Bruce Mitchener
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner
2013-06-13Added a SBSection::GetParent() to the API.Greg Clayton
2013-05-03<rdar://problem/11742979>Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2012-06-29Added documentation for many of our python properties and also made the prope...Greg Clayton
2012-06-27Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton
2012-02-04Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton
2011-10-03Add more docstring to the Python interface file for SBSection.Johnny Chen
2011-09-24Added the ability to get all section contents, or the sectionGreg Clayton
2011-09-24SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen
2011-09-24Fixed build issues after recent checkin.Greg Clayton
2011-09-24Added missing file.Greg Clayton