summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't dwfl_addrmodule with a nullptr Dwflv4.3.1v4.3.0-rc1v4.3.04.3Ulf Hermann2017-05-051-1/+2
* Output a sensible version on --versionUlf Hermann2017-04-131-1/+1
* Retry unwinding when the symbol cache is dirtyMilian Wolff2017-04-133-16/+45
* Do report overlapping modules from lookupFrame()Ulf Hermann2017-04-051-2/+14
* Continue path search if the file we are looking for is not a directoryUlf Hermann2017-04-051-2/+0
* Also map global attribute ids to internal idsv4.3.0-beta1Milian Wolff2017-03-272-8/+17
* Fix detection of interworking veneersUlf Hermann2017-03-142-3/+14
* qbs build: Fix race condition when building elfutilsChristian Kandeler2017-03-131-0/+21
* Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-091-0/+2
|\
| * Add dummy targets for docs and install_docsv4.2.24.2Eike Ziller2017-03-081-0/+2
* | Remove obsolete forward declarationMilian Wolff2017-03-011-2/+0
* | Fix compile against Qt older than Qt 5.8Milian Wolff2017-03-011-1/+1
* | Remove obsolete commentMilian Wolff2017-03-011-9/+0
* | Also add benchmarks for elfmap's findElf functionalityMilian Wolff2017-02-281-0/+87
* | Add benchmarks for various usage scenarios of the elfmapMilian Wolff2017-02-281-0/+66
* | Do not try to resolve file paths for non-file-backed elf sectionsMilian Wolff2017-02-281-1/+6
* | Do not invalidate caches when non-file-backed sections get overwrittenMilian Wolff2017-02-282-11/+49
* | Default to the target system architectureMilian Wolff2017-02-283-4/+30
* | Drop the ebl strtab filesUlf Hermann2017-02-155-1089/+1
* | Fix test when kallsyms mapping is disabled/brokenMilian Wolff2017-02-101-1/+8
* | Tests don't need GUI to runMilian Wolff2017-02-104-2/+4
* | Chop off trailing zero bytes from PerfStringFeature valuesMilian Wolff2017-02-091-0/+12
* | Include features in outputMilian Wolff2017-02-095-0/+111
* | Intern PerfEventAttributes and send the data only onceMilian Wolff2017-02-094-10/+108
* | Publish lost record eventsMilian Wolff2017-02-094-4/+15
* | Do not store PerfEventHeader used for parsing BuildIdMilian Wolff2017-02-092-5/+5
* | Add comment that explains how to get a human-readable build-idMilian Wolff2017-02-091-1/+1
* | Handle attributes without IDMilian Wolff2017-02-081-3/+10
* | Fix qbs buildChristian Kandeler2017-02-071-1/+1
* | Send global perf attributesMilian Wolff2017-02-064-0/+12
* | Fix linking of elfutils libsUlf Hermann2017-02-018-10/+38
* | Install elfutils into the application directory on windowsUlf Hermann2017-02-011-2/+8
* | Actually check for the availability of powerof2Ulf Hermann2017-02-011-0/+5
* | Define __BEGIN_DECLS and __END_DECLS if necessaryUlf Hermann2017-02-011-0/+6
* | Avoid compiler warningUlf Hermann2017-02-011-1/+1
* | Don't set RPATH on non-linux platformsUlf Hermann2017-02-012-9/+15
* | Explicitly specify dependencies on all the elfutils headers we needUlf Hermann2017-02-0111-4/+23
* | Add missing files to ppc64 backendUlf Hermann2017-02-012-1/+12
* | Fix sparc and s390 backendsUlf Hermann2017-02-0110-9/+60
* | Fix link order for x86 based backendsUlf Hermann2017-02-012-2/+6
* | Resolve kernel addresses to symbols using /proc/kallsyms mappingMilian Wolff2017-02-0113-10/+323
* | Set stdout to O_BINARY on windows before writing to itUlf Hermann2017-02-011-0/+5
* | Replace tabs with spacesUlf Hermann2017-01-301-27/+27
* | Calculate fixed binary lengths instead of using sizeof()Ulf Hermann2017-01-307-18/+47
* | Upgrade elfutils to 0.168Ulf Hermann2017-01-17391-3618/+6947
* | Fix elf registering once and for allUlf Hermann2017-01-135-40/+113
* | Drop pid/tid/time from location and symbol definitionsUlf Hermann2017-01-101-6/+2
* | Optimize: Only send strings once over the wireMilian Wolff2017-01-104-32/+63
* | Ignore non-executable elf mappingsMilian Wolff2017-01-062-1/+8
* | Improve building of testsUlf Hermann2017-01-041-2/+2