summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/function_symbol/TestSymbolAPI.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted to use SBProcess.LaunchSimple() API.Johnny Chen2011-04-191-3/+3
| | | | | | And use self.TraceOn() in order to print more debug output. llvm-svn: 129791
* Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:Johnny Chen2011-04-011-0/+96
lldb::SymbolType SBSymbol::GetType(); lldb::SectionType SBAddress::GetSectionType (); lldb::SBModule SBAddress::GetModule (); Also add an lldb::SBModule::GetUUIDString() API which is easier for Python to work with in the test script. llvm-svn: 128695
OpenPOWER on IntegriCloud