aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/debugger/tst_dumpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Show FORTRAN stringshjk2019-09-231-0/+35
* Debugger: add dumper for std::initializer_listDavid Schulz2019-09-091-0/+27
* Debugger: Fix mapping std::set in Locals window via gdbDmitry Nuzhdin2019-08-261-5/+6
* Debugger: Disable QObject connection and signal displayhjk2019-07-311-2/+3
* Debugger: Fix CharArrays dumper testDavid Schulz2019-07-181-4/+4
* Debugger: fix cdb dumper test for namespaced QtDavid Schulz2019-07-091-13/+13
* Debugger: Fix rvalue dumper test for cdbDavid Schulz2019-07-021-4/+5
* Debugger: Fix qdir dumper test for cdbDavid Schulz2019-07-021-4/+4
* Add tests for printers with custom allocatorsMichael Weghorn2019-07-011-3/+24
* Tests: Fix compile on Win - Take 2Christian Stenger2019-06-041-1/+2
* Tests: Fix compile on WinChristian Stenger2019-06-031-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Debugger: Avoid looking up QList<QFileInfo> in QDir dumperhjk2019-04-021-1/+2
* Debugger: Add dumper test for QDir's entryList and entryInfoListhjk2019-04-011-6/+12
* Tests: Fix test expectationChristian Stenger2019-02-201-2/+2
* Dumper: Add dumper test for QSizePolicyChristian Stenger2019-02-201-0/+13
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-311-0/+2
|\
| * Tests: Fix handling of optional testsChristian Stenger2019-01-281-0/+2
* | Debugger: Support rvalue references in functions args with gdbhjk2019-01-101-0/+11
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-071-6/+23
|\|
| * Debugger: Add fallback when gdb.Value.cast() fails for typedefshjk2018-12-171-0/+17
| * Debugger: Fix display of multidimensional C arrayshjk2018-12-171-6/+6
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-121-1/+1
|\|
| * Tests: Correct expectationChristian Stenger2018-12-101-1/+1
* | ProjectExplorer: merge AbstractMsvcToolChain into MsvcToolChainDavid Schulz2018-11-271-1/+1
|/
* Dumper: Fix displaying enums with LLDBChristian Stenger2018-11-191-2/+2
* Tests: Allow dumper tests with Qt5.11 and Xcode 10Christian Stenger2018-11-141-0/+1
* [Debugger] Fix bitfield values to show up correctly using lldbengineAlexandru Croitor2018-11-081-1/+4
* Debugger: Fix display of null referencesChristian Stenger2018-11-061-2/+8
* Debugger: Add a note on LLDB 6.0/Linux type mis-readinghjk2018-10-121-0/+2
* Tests: Fix compileChristian Stenger2018-09-261-1/+1
* Debugger: Do not count not matching test as failedhjk2018-09-181-6/+6
* Debugger: Use new CheckSet infrastructure in AnonymousStruct testhjk2018-09-171-20/+16
* Dumper: Tests: Fix handling of skipped single testsChristian Stenger2018-09-071-1/+1
* Debugger: Make inheritance dumper test pass againhjk2018-09-071-12/+12
* Debugger: Make enum class dumper test pass again for gdbhjk2018-09-061-5/+5
* Debugger: Make std::unordered_set test pass againhjk2018-09-061-44/+101
* Dumpers: Add a dumper for QPointerOrgad Shaneh2018-08-201-0/+14
* Tests: Add #include <QtGlobal> for version checksOrgad Shaneh2018-08-161-0/+1
* Dumper: Fix enum display in nested typesOrgad Shaneh2018-08-161-1/+3
* Utils: Purge asConstOrgad Shaneh2018-04-091-6/+4
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-281-8/+6
|\
| * Debugger: Make CharArrays dumper test pass on linuxhjk2018-03-221-8/+6
* | Debugger: Fix enum dumperhjk2018-03-221-2/+3
|/
* Debugger: Add the ability to auto-test expression evaluationhjk2018-01-311-9/+24
* Debugger: Add some simple dumper for std::functionhjk2018-01-051-0/+11
* Debugger: improve symbol lookup times for cdbDavid Schulz2017-12-131-1/+2
* Tests: Disable test for LLDBChristian Stenger2017-11-271-1/+1
* Debugger: Add one more enum dumper autotesthjk2017-11-101-0/+16
* Debugger: Fix autotests with Qt 5.10hjk2017-11-101-2/+3