summaryrefslogtreecommitdiff
path: root/util/cairo-trace/lookup-symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with newer binutils-dev installedSimon McVittie2022-07-141-2/+2
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-1/+1
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-011-2/+0
* cairo-trace: fix build with newer versions of bfdTim-Philipp Müller2021-02-231-4/+3
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-2/+1
* [trace] Simple unbounded cache for symbol lookups.Chris Wilson2008-11-191-10/+60
* [trace] Add caller line info.Chris Wilson2008-11-131-40/+32
* [trace] Autodetect -lbfd during configureChris Wilson2008-11-031-3/+3
* [util] Add cairo-trace.Chris Wilson2008-10-311-0/+290