summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* TestFileHandle.py: relax exception type checksPavel Labath2019-10-101-3/+3
* s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath2019-10-101-12/+11
* SBFile support in SBCommandReturnObjectLawrence D'Anna2019-10-091-2/+2
* SBFile: add a bunch of tests that should eventually work.Lawrence D'Anna2019-10-091-4/+280
* TestHelloWorld: Make compatible with remote testingFrederic Riss2019-10-091-10/+14
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-17/+301
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-1/+125
* new api class: SBFileLawrence D'Anna2019-10-032-0/+164
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-274-0/+4
* [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-274-4/+0
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-258-13/+17
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-181-1/+1
* Ah, only skip this for embedded darwin targets.Jason Molenda2019-09-111-1/+1
* Skip a test in TestProcessIO.py when running against ios devices.Jason Molenda2019-09-111-0/+1
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-066-16/+0
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-051-3/+0
* [Python] Implement __next__ for value_iterJonas Devlieghere2019-09-041-0/+7
* [Python] Implement truth testing for lldb.valueJonas Devlieghere2019-09-041-0/+4
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-0439-116/+39
* [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
OpenPOWER on IntegriCloud