summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-314-0/+161
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-314-161/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-314-0/+161
* [testsuite] Skip an already failing test on MacOS.Davide Italiano2018-10-301-0/+1
* [DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour2018-10-263-3/+9
* Update test that checks auto-completion for settings set.Jonas Devlieghere2018-10-261-0/+5
* Remove test that checks auto-completion for settings set.Jonas Devlieghere2018-10-261-5/+0
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-254-0/+93
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-232-2/+154
* Skip test with older versions of clangJonas Devlieghere2018-10-231-0/+1
* [lldbsuite, windows] Disable two tail call frames tests that fail on WindowsStella Stamenova2018-10-192-0/+5
* [lldbsuite] Mark the TestScriptedResolver tests as XFAIL on WindowsStella Stamenova2018-10-181-0/+4
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-183-60/+0
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-163-0/+60
* Tiny testsuite tweaks. Don't run the apple simulatorJason Molenda2018-10-163-0/+11
* Use a relaxed substring check for function names in a testVedant Kumar2018-10-161-2/+7
* Don't run TestBreakpointIt.py on arm64 devices;Jason Molenda2018-10-161-0/+2
* [lldbsuite] Fix the mac version decorator to work on non-mac platformsStella Stamenova2018-10-161-2/+2
* Use assertEqual to improve test failure loggingVedant Kumar2018-10-162-12/+12
* [lldbsuite] Make the names of test classes uniqueStella Stamenova2018-10-151-1/+1
* [lldbsuite] Disable Test128BitsInteger on WindowsStella Stamenova2018-10-151-1/+4
* Fix failure in get_filecheck_path when filecheck is NoneStella Stamenova2018-10-121-1/+1
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-122-2/+2
* [dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar2018-10-123-6/+12
* [lldbsuite] Fix the filecheck functionality to work with Python 3Stella Stamenova2018-10-121-1/+1
* Adding support to step into the callable wrapped by libc++ std::functionShafik Yaghmour2018-10-123-0/+116
* Add support for artificial tail call framesVedant Kumar2018-10-0531-0/+591
OpenPOWER on IntegriCloud