summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud