]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: add -dA to dump an archive of all dependencies
authorWilly Tarreau <w@1wt.eu>
Fri, 29 May 2026 09:39:05 +0000 (11:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2026 13:01:32 +0000 (15:01 +0200)
commit030a2bfeeb004862ce6b38a4964357e71a709ffa
tree821e0e0d4dc54ab05cf870bb6081e0a92206ac44
parentf8fd6d25d8d12035f7f810470ac6a6a30c0aa34e
MINOR: debug: add -dA to dump an archive of all dependencies

This adds "-dA[file]" on the command line, which dumps an archive of all
dependencies detected at runtime into the designated file in tar format.
This is equivalent to "set-dumpable libs", but instead of keeping the libs
in memory, it dumps them into a file. This may be used after a core dump,
in order to provide all necessary libraries to developers to permit them
to exploit the core. This may not be available on all operating systems.
doc/management.txt
include/haproxy/global.h
include/haproxy/tools.h
src/haproxy.c
src/tools.c