MINOR: debug: support dumping the libs addresses when running in verbose mode
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Mar 2023 10:37:54 +0000 (11:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Mar 2023 10:43:15 +0000 (11:43 +0100)
commit9ef2742a514f66f728015a8ff9123b5f64b7d887
tree3704f5f1d6bacd94015b497914b080987ebeac60
parent1b536a11e705490fddd188fddf6336ddeea36f58
MINOR: debug: support dumping the libs addresses when running in verbose mode

Starting haproxy with -dL helps enumerate the list of libraries in use.
But sometimes in order to go further we'd like to see their address
ranges. This is already supported on the CLI's "show libs" but not on
the command line where it can sometimes help troubleshoot startup issues.
Let's dump them when in verbose mode. This way it doesn't change the
existing behavior for those trying to enumerate libs to produce an archive.
doc/management.txt
src/haproxy.c