summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* [lldb] X-fail tests that use constructors in expressions on WindowsRaphael Isemann2019-10-172-1/+19
* [lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann2019-10-174-0/+19
* Disable TestProcessList on windowsWalter Erquinigo2019-10-171-0/+1
* Fix an inverted condition in test.Adrian Prantl2019-10-171-3/+3
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-168-11/+13
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-164-4/+82
* 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
* Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl2019-10-151-5/+12
* Skip PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-152-0/+6
* [Windows][NFC] Fix tests after r374528.Aleksandr Urakov2019-10-151-3/+0
* 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
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+65
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-69/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+69
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-60/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+60
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-56/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+56
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-122-65/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-112-2/+65
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-112-61/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-112-2/+61
* IOHandler: fall back on File::Read if a FILE* isn't available.Lawrence D'Anna2019-10-111-3/+4
* [lldb] Mark import-std-module/empty-module as libc++ testRaphael Isemann2019-10-111-0/+4
* [lldb] Add import-std-module/sysroot to the libc++ test category.Raphael Isemann2019-10-111-0/+4
* [lldb] Fix crash in CxxModuleHandler when std module is emptyRaphael Isemann2019-10-116-0/+78
* [Make] Remove spurious line breakJonas Devlieghere2019-10-101-1/+1
* TestMTCSimple: Make Makefile portable.Frederic Riss2019-10-101-1/+6
* 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
* Remove merge marker :-)Adrian Prantl2019-10-101-4/+0
* Die, TABS, die, die, die, die...Jim Ingham2019-10-101-3/+7
* Remove CC autodetection from Makefile.rulesAdrian Prantl2019-10-101-9/+2
* Speed up accelerator table lookupsAdrian Prantl2019-10-1011-0/+92
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-103-1/+106
* [test] Use a different module cache for Shell and API tests.Jonas Devlieghere2019-10-106-17/+37
* [test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.Jonas Devlieghere2019-10-101-5/+36
* Increase timeout in gdbclientutils.py to decrease chance of test failing unde...Adrian Prantl2019-10-101-1/+1
* [lldb] Make sure import-std-module/sysroot actually passes for the right reasonsRaphael Isemann2019-10-106-9/+16
* TestFileHandle.py: relax exception type checksPavel Labath2019-10-101-3/+3
* s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath2019-10-101-12/+11
* TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss2019-10-093-13/+20
* TestIndirectSymbols: Modernize the MakefileFrederic Riss2019-10-092-36/+14
OpenPOWER on IntegriCloud