summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Update a comment according to r255360 "Remove -r and -R options from dotest.py"Tatyana Krasnukha2018-12-141-2/+1
* Remove the Disassembly benchmarks.Adrian Prantl2018-12-143-355/+0
* Fix test failures that depended on module orderGreg Clayton2018-12-142-24/+24
* Remove unused fileJonas Devlieghere2018-12-111-19/+0
* Rewrite pexpect-based test in LIT/FileCheck.Adrian Prantl2018-12-103-119/+0
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-103-0/+45
* [lldbsuite] Disable TestStopPCs when there's no XML supportStella Stamenova2018-12-061-0/+2
* [Expr] Fix `TestExprOptions` after r348240 on MacOS XAleksandr Urakov2018-12-041-0/+15
* [Expr] Check the language before ignoring Objective C keywordsAleksandr Urakov2018-12-042-1/+16
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-032-54/+0
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-0/+2
* Add a test to verify that lldb can load a kext binary.Jason Molenda2018-11-302-0/+260
* Skip TestRequireHWBreakpoints on WindowsJonas Devlieghere2018-11-301-0/+4
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-303-0/+49
* [lldbsuite] Build with -gdwarf on WindowsStella Stamenova2018-11-291-0/+6
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+10
* [lldbsuite] Each lldb suite test must have a unique class nameStella Stamenova2018-11-272-2/+2
* Skip TestTargetCreateDepsJonas Devlieghere2018-11-201-1/+1
* [lldbsuite] Invoke sed on Windows to determine the cache dir for clangStella Stamenova2018-11-191-30/+31
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-186-103/+2
* Just don't even attempt to invoke sed on Windows.Adrian Prantl2018-11-171-0/+5
* Revert "Makefile.rules: Fix the windows-sed-quoting issue harder."Adrian Prantl2018-11-171-11/+11
* Makefile.rules: Fix the windows-sed-quoting issue harder.Adrian Prantl2018-11-171-9/+11
* Make TestAppleSimulatorOSType.py more flexibleFrederic Riss2018-11-171-1/+7
* Rewrite stop-hook tests as a couple of FileCheck testsFrederic Riss2018-11-167-447/+0
* Makefile.rules: Degrade gracefully on Windows machines without sed.Adrian Prantl2018-11-161-6/+3
* Use a shared module cache directory for LLDB.Adrian Prantl2018-11-161-2/+3
* Makefile.rules: Use a shared clang module cache directory.Adrian Prantl2018-11-161-1/+9
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-156-2/+103
* Force SHELL to be cmd.exe on Windows for the test suiteNathan Lanza2018-11-151-0/+11
* Port the Darwin universal binary testcase to x86_64.Adrian Prantl2018-11-152-61/+57
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-154-1/+121
* Remove the expectedFlakeyDsym decorator. It's not useful anymore.Adrian Prantl2018-11-142-7/+0
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-133-0/+73
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-121-2/+12
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-123-0/+135
* Remove header grouping comments.Jonas Devlieghere2018-11-1114-14/+14
* Add extra diagnostics to testAdrian Prantl2018-11-101-0/+4
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+64
* Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour2018-11-083-0/+66
* [TestVLA] Fix a python decorator.Davide Italiano2018-11-061-1/+2
* Skip this test on older versions of clang.Adrian Prantl2018-11-051-0/+1
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-053-0/+45
* Remove Go debugger pluginJonas Devlieghere2018-11-0513-774/+2
* Fix duplicate testcase filenameJan Kratochvil2018-11-041-0/+0
* Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham2018-11-023-0/+115
* When no FileCheck binary is specified, look in the llvm/clang binJason Molenda2018-11-011-0/+32
* Makefile.rules: Don't use code signing on macOS; it isn't necessary.Adrian Prantl2018-10-311-2/+3
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-314-0/+161
* Revert r345686 due to build failuresKuba Mracek2018-10-314-161/+0
OpenPOWER on IntegriCloud