summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil/iter
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-284-358/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-272-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-262-4/+4
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-232-12/+16
* Update every test to import `lldb_shared`.Zachary Turner2015-10-222-15/+4
* Merge dwarf and dsym testsTamas Berghammer2015-09-302-22/+10
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+1
* Exception registers aren't supported outside of DarwinEd Maste2015-09-081-1/+0
* Exception registers aren't supported outside of DarwinVince Harron2015-04-151-9/+16
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-241-1/+1
* Get test executables compiling on Windows.Zachary Turner2014-08-132-22/+28
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-132-3/+3
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-102-2/+2
* test_iter_registers is expected to fail on FreeBSDEd Maste2013-07-241-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-251-1/+1
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-242-1/+1
* Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...Andrew Kaylor2012-12-131-0/+1
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-081-0/+2
* Make the assignment of TestBase.mydir more portable.Johnny Chen2011-09-272-2/+2
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-3/+3
* Add a @benchmarks_test decorator for test method we want to categorize as ben...Johnny Chen2011-07-302-0/+4
* Minor change of variable name, from m to b (for breakpoint).Johnny Chen2011-07-141-2/+2
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-112-9/+6
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-152-8/+8
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-172-16/+16
* Add implementation of built-in function len() for those lldb containers withJohnny Chen2011-05-161-11/+31
* Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.Johnny Chen2011-05-161-9/+9
* Add two utility functions:Johnny Chen2011-05-124-0/+339
OpenPOWER on IntegriCloud