summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a relaxed substring check for function names in a testVedant Kumar2018-10-161-2/+7
* 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
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-121-1/+1
* Add support for artificial tail call framesVedant Kumar2018-10-0530-0/+567
* Relax a data formatter testVedant Kumar2018-10-051-0/+1
* Adding skipIf to std::variant libc++ data-formatter test since get is not ava...Shafik Yaghmour2018-10-031-0/+2
* Skip test with older versions of clangAdrian Prantl2018-10-031-0/+1
* Remove unnecessary fieldAdrian Prantl2018-10-021-1/+1
* DWARFExpression: Resolve file addresses in the linked moduleAdrian Prantl2018-10-024-0/+80
* Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl2018-10-011-4/+0
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-281-0/+9
* Change the unwinder to not use a hard-coded limit on theJason Molenda2018-09-253-0/+50
* XFAIL some tests in TestTargetCreateDeps on linuxPavel Labath2018-09-251-0/+4
* Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...Tatyana Krasnukha2018-09-211-0/+4
* [target] Change target create's behavior wrt loading dependent files.Jonas Devlieghere2018-09-205-0/+151
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-193-0/+148
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-1/+6
* Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour2018-09-173-148/+0
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-173-0/+148
* Make the eSearchDepthFunction searches work, add tests Jim Ingham2018-09-142-8/+31
* svn add the new files...Jim Ingham2018-09-134-0/+253
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-0/+16
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-132-0/+92
* Commit my attempt to test the change to ProcessGDBRemoteJason Molenda2018-09-122-0/+52
* Add a basic test for 'memory region'Raphael Isemann2018-09-123-0/+73
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-37/+0
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-0/+37
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-052-2/+3
* Avoid using short identifiers in some testsPavel Labath2018-08-311-1/+1
* Fix deadlock in gdb-client testsPavel Labath2018-08-301-1/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-36/+0
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-305-5/+81
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-9/+41
* Disable exceptions for TestDataFormatterLibcxxOptional.pyFrederic Riss2018-08-251-1/+1
* Add libc++ data formatter for std::functionAdrian Prantl2018-08-232-11/+30
* Disable two flaky pexpect-backed tests on DarwinVedant Kumar2018-08-161-0/+2
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-153-0/+124
* Update TestTargetXMLArch.py test for llvm triple change with unspecifiedJason Molenda2018-08-131-1/+1
* [tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...Stella Stamenova2018-08-101-0/+1
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-072-1/+7
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-064-0/+155
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-034-155/+0
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-026-2/+22
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-024-0/+155
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
OpenPOWER on IntegriCloud