summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Relax a data formatter testVedant Kumar2018-10-051-0/+1
* TestMultilineExpr: validate evaluation for expressions that span multiple linesStefan Granitz2018-10-053-101/+0
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* Fix buildbot regression by rL339929: NameError: global name 'test_directory' ...Jan Kratochvil2018-10-031-1/+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-012-4/+4
* Fix tests affected by printing change.Jonas Devlieghere2018-10-012-2/+2
* [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
* [lldbinline] Set directory attribute on test-specific classesVedant Kumar2018-09-251-1/+1
* 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
* [lldbtest] Fix self.filecheck check file lookupVedant Kumar2018-09-201-10/+11
* [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-186-66/+127
* 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
* Add descriptions to completed expressionsRaphael Isemann2018-09-171-0/+33
* [IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano2018-09-143-0/+15
* 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 a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-2/+16
* Add support for descriptions with command completions.Raphael Isemann2018-09-132-0/+45
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-132-0/+92
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-133-0/+81
* 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-313-21/+21
* XFail one more VSCode test which fails under heavy loadPavel Labath2018-08-311-0/+1
* Fix deadlock in gdb-client testsPavel Labath2018-08-301-1/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-307-36/+312
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-306-7/+105
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-301-2/+3
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-282-0/+47
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-9/+41
* Disable exceptions for TestDataFormatterLibcxxOptional.pyFrederic Riss2018-08-251-1/+1
* [vscode] Skip some of the vscode tests on Linux and fix oneStella Stamenova2018-08-243-0/+17
OpenPOWER on IntegriCloud