commit | 123fc9786a570187e8221f7f359b39b03667a14c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 22 13:52:41 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 22 13:52:41 2021 +0100 |
tree | dd496d66925cf475c4c8ae636cec6204659ff0da | |
parent | 2f1227eb3f1c7f08d9c0dbecc426c3960e98c867 [diff] |
MINOR: debug: extract the backtrace dumping code to its own function The backtrace dumping code was located into the thread dump function but it looks particularly convenient to be able to call it to produce a dump in other situations, so let's move it to its own function and make sure it's called last in the function so that we can benefit from tail merging to save one entry.