summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
...
* XFAIL TestLoadUnload for Windows->AndroidPavel Labath2015-12-111-0/+1
* Correctly XFAIL TestReturnValuePavel Labath2015-12-091-1/+1
* XFAIL TestReturnValue for remote Windows->Android testsPavel Labath2015-12-091-0/+1
* Remove the -c option from dotest.py.Zachary Turner2015-12-081-3/+0
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-8/+2
* Get rid of global variables in dotest.pyZachary Turner2015-12-083-5/+8
* Add NetBSD in platform specific logging of the specified category in Register...Kamil Rytarowski2015-12-071-0/+3
* Recommit "Fix race during process interruption"Pavel Labath2015-12-071-1/+3
* Make TestThreadStates more stablePavel Labath2015-12-071-25/+11
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPSJaydeep Patil2015-12-041-0/+1
* 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
OpenPOWER on IntegriCloud