commit | 2f1227eb3f1c7f08d9c0dbecc426c3960e98c867 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 22 12:12:29 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 22 12:12:29 2021 +0100 |
tree | 0b984682bfc150abb469f7773f13aab7934bc23b | |
parent | 3d4631fec626c5aa8f12582ee3713563b5e38519 [diff] |
MINOR: debug: always export the my_backtrace function In order to simplify the code and remove annoying ifdefs everywhere, let's always export my_backtrace() and make it adapt to the situation and return zero if not supported. A small update in the thread dump function was needed to make sure we don't use its results if it fails now.