summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil
Commit message (Expand)AuthorAgeFilesLines
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-274-4/+4
* Port the python api decorator to use test categoriesPavel Labath2015-10-264-6/+6
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-234-14/+22
* Update every test to import `lldb_shared`.Zachary Turner2015-10-224-31/+8
* Merge dwarf and dsym testsTamas Berghammer2015-09-304-32/+12
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+1
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Exception registers aren't supported outside of DarwinEd Maste2015-09-081-1/+0
* Update TestPrintStackTraces XFAIL once morePavel Labath2015-06-251-1/+1
* Make XFAIL on TestPrintStackTraces more specificPavel Labath2015-06-251-4/+1
* XFAILing TestPrintStackTraces on linux to stabilize the build botPavel Labath2015-04-171-6/+4
* Exception registers aren't supported outside of DarwinVince Harron2015-04-151-9/+16
* TestPrintStackTraces - made XFAIL more preciseVince Harron2015-03-311-1/+7
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-242-2/+2
* Get test executables compiling on Windows.Zachary Turner2014-08-134-41/+55
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-134-5/+5
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-104-4/+4
* test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste2013-12-091-1/+0
* Update Linux bug tracker link in TestPrintStackTracesDaniel Malea2013-09-171-1/+1
* tests: Mark expected FreeBSD failures due to pr16696Ed Maste2013-07-241-0/+1
* 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-152-2/+2
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-252-2/+2
* 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
* Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...Andrew Kaylor2012-12-121-0/+1
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-082-0/+4
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-0/+3
* Make the assignment of TestBase.mydir more portable.Johnny Chen2011-09-273-3/+3
* 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-304-0/+6
* 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-113-12/+8
* o lldbutil.py:Johnny Chen2011-06-162-4/+5
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-154-17/+17
* Simplify test setup; there's no need to pass a customized dictionary here.Johnny Chen2011-05-261-1/+1
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-174-23/+23
* 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-1210-4/+253
* Add a utility function get_registers(frame, kind) to get the registers of a g...Johnny Chen2011-05-101-0/+72
* Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen2011-05-021-2/+2
* Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen2011-04-291-1/+1
* Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen2011-04-281-2/+1
* Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen2011-04-281-13/+13
* Add a utility function smart_iter() which has knowledge of the getsize and th...Johnny Chen2011-04-271-2/+37
* Use new string formatting operations in assert messages to simplify things.Johnny Chen2011-04-271-2/+2
* Add another test case for lldb_iter(), this time using SBTarget to get at its...Johnny Chen2011-04-272-8/+43
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-1/+1
* Add a test case for lldbutil.lldb_iter() which returns an iterator objectJohnny Chen2011-04-261-0/+64
OpenPOWER on IntegriCloud