summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/function_symbol/TestSymbolAPI.py
Commit message (Collapse)AuthorAgeFilesLines
* The extra burden for the Python API test case to assign its process object ↵Johnny Chen2011-06-151-9/+7
| | | | | | | | | to self.process in order to have its process cleaned up (terminated) upon tearDown is gone for good. Let's simplify a bunch of Python API test cases. llvm-svn: 133097
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-4/+4
| | | | | | | those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970
* 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