summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBModule.i
Commit message (Expand)AuthorAgeFilesLines
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-530/+0
* Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...Ilia K2015-03-231-0/+6
* Added the ability to get the type that a typedef points to via:Greg Clayton2014-01-231-0/+3
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+6
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-1/+3
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-0/+19
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+6
* Added new properties to lldb.SBModule classes:Greg Clayton2013-03-071-3/+61
* <rdar://problem/13281528>Greg Clayton2013-02-251-4/+4
* <rdar://problem/13021266>Enrico Granata2013-01-161-0/+18
* <rdar://problem/12749733>Greg Clayton2012-12-051-0/+2
* <rdar://problem/12750060>Greg Clayton2012-12-041-3/+13
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-291-12/+12
* Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas2012-05-111-2/+2
* Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen2012-03-161-0/+6
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-0/+4
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-12/+3
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+3
* Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton2012-02-041-3/+1
* Cleaned up the documentation strings for many helper objects and addedGreg Clayton2012-02-031-10/+63
* Added many more python convenience accessors:Greg Clayton2012-02-011-3/+70
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+37
* Add needed Clear methods.Jim Ingham2011-12-191-0/+3
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-011-1/+1
* Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen2011-09-301-1/+57
* SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen2011-09-241-1/+2
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-3/+12
* Public API changes:Enrico Granata2011-07-291-0/+7
* Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen2011-07-181-0/+165
OpenPOWER on IntegriCloud