summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-282-2/+14
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+1
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-161-3/+1
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-0/+27
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-151-9/+42
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-1/+34
* Fix TestDisassemble_VST1_64Pavel Labath2019-10-151-7/+7
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-143-11/+35
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-142-2/+8
* Fix test breakage caused by r374424Lawrence D'Anna2019-10-141-1/+1
* IOHandler: fall back on File::Read if a FILE* isn't available.Lawrence D'Anna2019-10-111-3/+4
* update TestRunCommandInterpreterAPI to use SBFileLawrence D'Anna2019-10-101-4/+41
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-101-6/+0
* TestFileHandle.py: fix for Python 3.6Lawrence D'Anna2019-10-101-2/+2
* 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
OpenPOWER on IntegriCloud