summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-271-2/+2
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-272-2/+49
* Fix whitespace in the python test suite.Raphael Isemann2018-07-2730-95/+91
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-273-93/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-273-0/+93
* Fix duplicate suggestions after an ambiguous commandRaphael Isemann2018-07-261-1/+1
* Don't print two errors for unknown commands.Raphael Isemann2018-07-262-0/+40
* Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-253-93/+0
* [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-253-0/+93
* Defend LoadImageUsingPaths against a path listJim Ingham2018-07-201-2/+19
* Fix TestDataFormatterUnordered for older libc++ versionsPavel Labath2018-07-161-0/+5
* Make these tests c++ tests so they can be skipped on systems that don't suppo...Jim Ingham2018-07-132-4/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-138-120/+202
* Fix TestAttachDenied on macOS MojaveFrederic Riss2018-07-132-0/+15
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-109-30/+9
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-099-9/+26
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-069-26/+9
* Remove a bunch more references to _LIBCPP_INLINE_VISIBILITYJim Ingham2018-07-068-40/+18
OpenPOWER on IntegriCloud