summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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-021-4/+6
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* [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
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-2/+0
* 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
* Fix UUID decoding from minidump filesGreg Clayton2019-03-207-0/+121
* Fix TestCommandScriptImmediateOutput for python3Pavel Labath2019-03-181-3/+3
* Fix a double-overrelease in the TestDataFormatterObjC test program.Adrian Prantl2019-03-141-4/+5
* [Python] Fix TestDataFormatterSmartArray to work across python versions.Davide Italiano2019-03-131-4/+4
* [lldbsuite] Un-xfail TestPyObjSynthProvider on WindowsStella Stamenova2019-03-131-1/+0
* [testsuite] Remove dead code in TestFormats.Davide Italiano2019-03-131-27/+0
* Re-enable this test, the underlying bug was fixed and the test now passes.Jim Ingham2019-03-121-1/+0
* Fix a crasher in StackFrame::GetValueForVariableExpressionPath()Greg Clayton2019-03-113-0/+123
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-114-0/+6
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-092-4/+0
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0811-0/+316
* Fix TestPaths.py on windowsAlex Langford2019-03-071-10/+2
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-062-0/+29
* [ExpressionParser] Test GetClangResourceDirAlex Langford2019-03-061-0/+9
* [lldb] Disable some of TestJITLoaderGDB.py tests on WindowsYury Delendik2019-03-051-0/+2
* Adds property to force enabling of GDB JIT loader for MacOSYury Delendik2019-03-054-0/+112
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0482-1/+123
* Remove XFAIL-Linux from two asan testsPavel Labath2019-02-272-6/+0
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-0/+6
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-212-2/+3
* testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...Jan Kratochvil2019-02-211-0/+2
* [lldb] [test] Fix expected netbsd output for TestImageListMultiArchitectureMichal Gorny2019-02-201-1/+1
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
* Fix TestLinuxCore for python3Pavel Labath2019-02-181-4/+4
* Fix TestDataFormatterLibcxxListLoop.py testRaphael Isemann2019-02-161-0/+8
* Fix the gdb-client test suite for python3Pavel Labath2019-02-151-12/+5
* [testsuite] Convert TestSingleQuote to lit.Davide Italiano2019-02-123-85/+0
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-0/+1
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-071-0/+2
* [testsuite] Convert a pexpect test to lit.Davide Italiano2019-02-062-64/+0
* Add the source directory for https://reviews.llvm.org/D57552.Jim Ingham2019-02-061-0/+7
* Fix PathMappingList::FindFile to handle relative incoming FileSpecs.Jim Ingham2019-02-052-230/+246
* [Python2 to Python 3] Fix print -> print().Davide Italiano2019-02-051-6/+6
* [Python] Python 2 and Python 3 disagree on `/`.Davide Italiano2019-01-311-1/+1
* Adjust documentation for git migration.James Y Knight2019-01-291-2/+0
OpenPOWER on IntegriCloud