aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBModule.i
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Added the ability to get the type that a typedef points to via:Greg Clayton1-0/+3
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-0/+6
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton1-1/+3
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton1-0/+19
2013-05-03<rdar://problem/11742979>Enrico Granata1-0/+6
2013-03-07Added new properties to lldb.SBModule classes:Greg Clayton1-3/+61
2013-02-25<rdar://problem/13281528>Greg Clayton1-4/+4
2013-01-16<rdar://problem/13021266>Enrico Granata1-0/+18
2012-12-05<rdar://problem/12749733>Greg Clayton1-0/+2
2012-12-04<rdar://problem/12750060>Greg Clayton1-3/+13
2012-06-29Added documentation for many of our python properties and also made the prope...Greg Clayton1-12/+12
2012-05-11Make every Python API __len__() method return a PyIntObject.Filipe Cabecinhas1-2/+2
2012-03-16Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen1-0/+6
2012-02-22Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton1-0/+4
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton1-12/+3
2012-02-05<rdar://problem/10560053>Greg Clayton1-0/+3
2012-02-04Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton1-3/+1
2012-02-03Cleaned up the documentation strings for many helper objects and addedGreg Clayton1-10/+63
2012-02-01Added many more python convenience accessors:Greg Clayton1-3/+70
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton1-0/+37
2011-12-19Add needed Clear methods.Jim Ingham1-0/+3
2011-10-01Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen1-1/+1
2011-09-30Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen1-1/+57
2011-09-24SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen1-1/+2
2011-09-24Added to the public API to allow symbolication:Greg Clayton1-3/+12
2011-07-29Public API changes:Enrico Granata1-0/+7
2011-07-18Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen1-0/+165