summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/module_section/TestModuleAndSection.py
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2012-03-16Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2011-12-19Work in progress for:Johnny Chen
2011-09-30Fix extraneous import as a result of the last change.Johnny Chen
2011-09-30Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen
2011-09-28Modify lldbutil.in_range(symbol, section) to deal with the symbol whoseJohnny Chen
2011-09-28Add a test sequence of iterating through a module's symbols belonging to a se...Johnny Chen
2011-09-27Add a simple test TestModuleAndSection.py to exercise some module/section-rel...Johnny Chen