summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [Tests] Split float test into float and doublesJonas Devlieghere2019-04-194-18/+76
* This test doesn't need to be run for all debug formats.Jim Ingham2019-04-191-0/+1
* [lldb] [test] Mark three more tests flakey/xfail on NetBSDMichal Gorny2019-04-182-0/+3
* [lldb] Don't filter variable list when doing a lookup by mangled name in Symb...Kuba Mracek2019-04-183-0/+63
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-162-0/+12
* [ASTImporter] Regression test to ensure that we handling importing of anonymo...Shafik Yaghmour2019-04-153-0/+36
* Make TestPrintStackTraces deterministicPavel Labath2019-04-122-158/+8
* [lldb-server] Update tests to use std::thread/mutex for all platformsAaron Smith2019-04-121-86/+81
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-112-120/+0
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-111-6/+6
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-101-0/+2
* [testsuite] Split Obj-C foundation testJonas Devlieghere2019-04-104-142/+154
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-083-0/+125
* [testsuite] Split Objective-C new syntax testJonas Devlieghere2019-04-055-204/+225
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* TestVCCode_step: replace assertTrue with more specific assertionsPavel Labath2019-04-051-10/+10
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-0/+1
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* Re-enable most lldb-vscode tests on Linux.Jorge Gorbe Moya2019-04-034-20/+5
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-035-0/+81
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-036-0/+13
* Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl2019-04-025-86/+1
* Clean up windows build bot. Greg Clayton2019-04-021-0/+2
* Fix buildbot where paths were not matching up.Greg Clayton2019-04-021-1/+4
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-025-0/+80
* Fix flakyness in TestCommandScriptImmediateOutputPavel Labath2019-04-022-5/+7
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* Simplify TestGdbRemoteRegisterStatePavel Labath2019-04-021-9/+0
* [lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.Jorge Gorbe Moya2019-04-011-31/+45
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-011-0/+29
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-017-0/+15
* Fix for regression test, since we rely on the formatter for std::vector in th...Shafik Yaghmour2019-03-281-0/+1
* Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham2019-03-282-0/+267
* Regression test to ensure that we handling importing of std::vector of enums ...Shafik Yaghmour2019-03-283-0/+47
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-2/+0
* Rename some variables in the std-module testsPavel Labath2019-03-272-2/+2
* Reapply minidump changes reverted in r356806Pavel Labath2019-03-258-0/+134
* Revert minidump changesJonas Devlieghere2019-03-228-134/+0
* Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath2019-03-222-0/+13
* Makefile.rules: Normalize use of trailing slashes in path variables.Adrian Prantl2019-03-211-4/+4
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-211-2/+1
* Fix UUID decoding from minidump filesGreg Clayton2019-03-207-0/+121
* Improve error handling for Clang module imports.Adrian Prantl2019-03-195-8/+22
* Skip TestVSCode_setFunctionBreakpoints on linuxPavel Labath2019-03-181-0/+1
* Fix TestCommandScriptImmediateOutput for python3Pavel Labath2019-03-181-3/+3
* Implement a better way of not passing the sanitizer environment on to tests.Adrian Prantl2019-03-151-3/+2
* Fix a double-overrelease in the TestDataFormatterObjC test program.Adrian Prantl2019-03-141-4/+5
* Make sure that a sanitizer LLDB's environment doesn't get passed onAdrian Prantl2019-03-141-0/+5
* [Python] Fix TestDataFormatterSmartArray to work across python versions.Davide Italiano2019-03-131-4/+4
OpenPOWER on IntegriCloud