summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace a few qAsConst with std::as_const11.0hjk2023-05-191-2/+2
* Skip broken testChristian Stenger2023-01-271-0/+1
* Fix qbs buildChristian Stenger2023-01-263-4/+34
* Build: Use version-less Qt targetsEike Ziller2023-01-256-6/+6
* Fix build with QT_NO_CAST_FROM_ASCIIEike Ziller2023-01-251-1/+1
* Fix compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCIIMilian Wolff2022-12-081-33/+42
* Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-12-052-6/+5
|\
| * Merge remote-tracking branch 'origin/9.0'Ulf Hermann2022-12-052-6/+5
| |\
| | * Make findDebugInfoFile() accessible from the test9.0Ulf Hermann2022-12-051-3/+2
| | * Fix compile with QStringBuilderMilian Wolff2022-12-051-3/+3
* | | Fix -Wc++17-attribute-extensionsMilian Wolff2022-12-051-1/+1
|/ /
* | Fix -Wclazy-old-style-connectMilian Wolff2022-12-051-1/+1
* | Silence false-positive clazy-lambda-in-connectMilian Wolff2022-12-051-3/+3
* | Fix clazy-range-loop-detachMilian Wolff2022-12-051-1/+2
* | Update expected testdataMilian Wolff2022-12-035-0/+0
|/
* Add missing '::' when hitting cached scope namesMilian Wolff2022-06-102-0/+2
* Add parallel_static_gcc and basic test coverageMilian Wolff2022-06-106-7/+55
* Use qCompress/qUncompress to reduce the size of the test input filesMilian Wolff2022-06-1027-5078/+61
* Unbreak tst_perfdata when run on more modern systemsMilian Wolff2022-06-082-68/+82
* add unit test for finding debug symbolsLieven Hey2022-06-087-2/+138
* add support for d symbol demanglingLieven Hey2022-06-082-2/+6
* Fix compiler warnings about signedness6.0Christian Kandeler2021-08-181-2/+2
* Add LBR unwinding method proper processing for DisassemblyDarya Knysh2021-03-303-0/+748
* Add actual file path computation for symbolsDarya Knysh2020-12-152-1/+2
* Add location's relative address computationDarya Knysh2020-12-156-3240/+3373
* Add Disassembler functionalityDarya Knysh2020-12-157-3240/+3244
* Allow zero sized symbols in the address cachedknysh2020-10-073-3/+6
* Transmit the number of lost events in the LostDefinition4.14Milian Wolff2020-09-291-1/+1
* Fix compiling tests with QMakeMilian Wolff2020-09-292-4/+10
* tst_addresscache: Fix qbs buildChristian Kandeler2020-09-251-2/+6
* Fix autotest build for qbsChristian Kandeler2020-09-231-0/+2
* Build a sorted symbol map once and use it for lookupsMilian Wolff2020-09-115-272/+256
* Show the diff between files when the perfdata test failsMilian Wolff2020-09-111-0/+7
* Improve support for applications that rely on fork for parallelismMilian Wolff2020-09-117-1/+1386
* Add support for zstd decompressionMilian Wolff2020-09-113-2/+667
* Generalize TestPerfData::testFilesMilian Wolff2020-09-093-11/+14
* Update expected results for clang symbolsMilian Wolff2020-09-092-15/+18
* Skip vector_static_clang variant of perfdata testUlf Hermann2020-07-151-0/+2
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-261-0/+2
* Fix deprecation warningsChristian Kandeler2020-06-161-2/+2
* Fix TestPerfData::testTracingData when run with older QtMilian Wolff2020-06-151-12/+12
* Allow address cache lookup for ElfInfo with pgoff / baseAddrMilian Wolff2020-06-151-0/+12
* Unbreak test in debug buildMilian Wolff2020-06-151-1/+1
* Fix symbol resolution for pgoff = 0 in executable mappingMilian Wolff2020-06-151-11/+17
* Fix warnings about type mismatchChristian Kandeler2020-04-231-2/+2
* CMake Build: add build support with CMakeCristian Adam2020-01-279-0/+40
* Introduce per-DSO cache for symbol lookup via dwfl_module_addrinfoMilian Wolff2020-01-091-0/+27
* Share per-DSO address cache across processesMilian Wolff2020-01-091-6/+11
* Fix build with namespaced QtChristian Stenger2019-10-221-0/+2
* Build fully qualified identifiers for inlined C++ subroutinesMilian Wolff2019-10-028-2/+2274