]> git.kaiwu.me - haproxy.git/commit
MINOR: debug: copy debug symbols from /usr/lib/debug when present
authorWilly Tarreau <w@1wt.eu>
Wed, 18 Mar 2026 12:39:23 +0000 (13:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Mar 2026 14:30:39 +0000 (15:30 +0100)
commite07c9ee575f3f666564f5d57d148a47d3bfb6372
tree0b1e0bb401ac13f1926954670ea316dc7ca89218
parentde4f7eaeed302bff2e4af58551fea3987871e588
MINOR: debug: copy debug symbols from /usr/lib/debug when present

When set-dumpable=libs, let's also pick the debug symbols for the libs
we're loading. For now we only try /usr/lib/debug/<path>, which is quite
common and easy to guess. Build IDs could also be used but are more
complex to deal with, so let's stay simple for now.
src/tools.c