commit | a91b7946bdd69fd837085f67f085565317efb1b1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 04 07:39:32 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 04 12:04:07 2020 +0100 |
tree | f36d1e1c5291f5d24d8189d299d59b9d54af0973 | |
parent | 899e5f69a1085983f52a46cd842921874fd2de36 [diff] |
MINOR: debug: dump the whole trace if we can't spot the starting point Instead of special-casing the use of the symbol resolving to decide whether to dump a partial or complete trace, let's simply start over and dump everything when we reach the end after having found nothing. It will be more robust against dirty traces as well.