summaryrefslogtreecommitdiffstats
path: root/tests/auto/addresscache/tst_addresscache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings about signedness6.0Christian Kandeler2021-08-181-2/+2
* Add Disassembler functionalityDarya Knysh2020-12-151-1/+1
* Allow zero sized symbols in the address cachedknysh2020-10-071-1/+2
* Build a sorted symbol map once and use it for lookupsMilian Wolff2020-09-111-27/+11
* 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 warnings about type mismatchChristian Kandeler2020-04-231-2/+2
* 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
* Cache address location information per elf fileMilian Wolff2019-05-021-0/+63