]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: use resolve_sym_name() to dump task handlers
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Mar 2020 16:13:02 +0000 (17:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Mar 2020 17:19:04 +0000 (18:19 +0100)
commit2e89b0930b32b6f694df1c7b35271686acc7cb93
tree041afe8fc6b9e04f65324bf6b6e02ca76ba0c404
parenteb8b1ca3eb4c8d4688e1a4a1d9c1b91f68324e09
MINOR: debug: use resolve_sym_name() to dump task handlers

Now in "show threads", the task/tasklet handler will be resolved
using this function, which will provide more detailed results and
will still support offsets to main for unresolved symbols.
src/debug.c