summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* [API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath2019-08-141-0/+17
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0274-146/+0
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-1/+1
* [lldb] [test] Mark newly running test XFAIL on NetBSDMichal Gorny2019-07-301-0/+1
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-231-0/+1
* [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSDMichal Gorny2019-07-131-1/+0
* [lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny2019-07-085-4/+1
* [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdateStella Stamenova2019-07-011-1/+1
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-1/+0
* [lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny2019-05-151-0/+2
* Make SBDebugger.RunCommandInterpreter callable from Python.Jim Ingham2019-05-151-0/+38
* typedef enum -> enumFangrui Song2019-05-142-4/+4
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-101-1/+0
* Another use of the interactive lldb.debugger.Jason Molenda2019-04-251-1/+1
* Make TestPrintStackTraces deterministicPavel Labath2019-04-122-158/+8
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-0/+1
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-036-0/+13
* [testsuite] Remove other traces broken in python 3.Davide Italiano2019-03-131-31/+0
* [test] Some unicode sequences can't be printed, and Py 3 is more picky.Davide Italiano2019-03-131-4/+0
* [lldb] [test] Mark more tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* [lldbsuite, windows] Skip the TestEvents tests on WindowsStella Stamenova2019-03-051-0/+3
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0412-2/+13
* Embed swig version into lldb.py in a different wayPavel Labath2019-02-151-0/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1928-112/+84
* [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov2019-01-141-0/+3
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-201-0/+1
* [lldbsuite] Un-xfail TestEvents on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-203-4/+0
* TestHelloWorld: Use a file on the target platform for synchronisation.Adrian Prantl2018-12-182-19/+29
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-171-2/+0
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-112-2/+2
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-021-0/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-272-6/+6
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+48
* Mark this test as no debuginfoAdrian Prantl2018-06-221-1/+1
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-075-0/+5
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-071-0/+6
* Add children and child[N] properties to SBValue.i.Jim Ingham2018-05-041-1/+15
* Add and fix some tests for PPC64Pavel Labath2018-03-261-0/+6
* Fix TestSBData.py on WindowsAdrian McCarthy2018-02-221-1/+1
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-211-18/+11
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-081-5/+5
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-065-29/+34
* PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.Vedant Kumar2018-01-301-0/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3014-26/+30
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1932-53/+52
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-0/+31
* Enable TestReadMemCString on non-darwin targetsPavel Labath2017-12-222-11/+4
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-223-0/+81
OpenPOWER on IntegriCloud