summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Un XFAIL some tests that are now passing on Windows.Zachary Turner2015-12-032-2/+0
* Fix TestLoadUnload for Windows -> POSIX remote debuggingTamas Berghammer2015-12-031-1/+2
* XFAIL TestReturnValue for linux i386 clang 3.5-3.6Tamas Berghammer2015-12-021-0/+1
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-11/+13
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-021-1/+1
* Revert "Fix race during process interruption"Pavel Labath2015-12-011-3/+1
* Fix race during process interruptionPavel Labath2015-12-011-1/+3
* Fix TestRegisters.py on armTamas Berghammer2015-11-261-1/+1
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-261-1/+0
* Make some of the tests in TestRegisters.py arm compatibleTamas Berghammer2015-11-262-117/+101
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarfEd Maste2015-11-241-1/+0
* Add expectedFailureFreeBSD decorators for new Python fd leakEd Maste2015-11-241-0/+3
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-203-0/+85
* Use the system clang, since this support should now be in; does not un-xfail ...Enrico Granata2015-11-202-12/+2
* Revert "FOO"Adrian McCarthy2015-11-203-85/+0
* FOOAdrian McCarthy2015-11-203-0/+85
* Cleanup work required to get the ASAN tests to run in the new test suite infr...Enrico Granata2015-11-193-3/+5
* [TestExitDuringStep] Adjust after a recent type map change.Siva Chandra2015-11-181-1/+2
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-2/+8
* [LLDB][MIPS] Fix TestDisassembleBreakpoint.py for MIPSSagar Thakur2015-11-181-2/+6
* [MIPS][LLDB]Fix TestBreakpointCondition.py for MIPSSagar Thakur2015-11-181-3/+6
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-173-0/+105
* Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...Ying Chen2015-11-161-1/+1
* Revert "Add a "not_in()" function you can apply to the list type arguments to...Pavel Labath2015-11-161-1/+1
* Uniquify all the type X delete commands via one common base classEnrico Granata2015-11-141-1/+1
* Add a "not_in()" function you can apply to the list type arguments to expecte...Jim Ingham2015-11-141-1/+1
* Change the test to use the instruction list to get the consecutive addresses ...Jim Ingham2015-11-131-18/+9
* Re-add XFAILs to two testsPavel Labath2015-11-131-0/+1
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-135-6/+0
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-121-0/+14
* Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.Todd Fiala2015-11-111-0/+1
* Mark TestTerminal.py as XFAIL on OS X.Todd Fiala2015-11-111-0/+1
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-092-0/+32
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-065-0/+112
* Python 3 - Use the exec function, not the exec statement.Zachary Turner2015-11-061-1/+3
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-054-0/+11
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-1/+20
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-03164-164/+164
* Python 3 - Don't use `commands` module anymore.Zachary Turner2015-11-032-4/+4
* Fix flakyness in TestWatchLocationWithWatchSetPavel Labath2015-11-031-2/+4
* Skip TestBacktraceAll on android-armTamas Berghammer2015-11-031-1/+4
* Leave TestAttachResume as flakey on linuxPavel Labath2015-11-031-0/+1
* Fix race during process detachPavel Labath2015-11-031-1/+0
* Changes for Bug 25251Ravitheja Addepally2015-11-033-0/+211
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-03166-324/+340
* Add a --offset option to memory read that allows one to specify, given a type...Enrico Granata2015-10-292-0/+10
* Fix flakyness in TestChangeProcessGroupPavel Labath2015-10-291-3/+8
* Leave TestAttachResume as flakey on linuxPavel Labath2015-10-291-0/+1
* Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.Oleksiy Vyalov2015-10-281-0/+4
OpenPOWER on IntegriCloud