commit | 578ea8be55c66920b432fb00e7130603cc4f065d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 22 09:43:09 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 22 11:50:48 2019 +0200 |
tree | 48e36ba11bc4a6abaf18d8a2e88e523e43fd61ab | |
parent | 5484d58a1751ce453dfa0bfa8f6715c9f69dbd4f [diff] |
MINOR: debug: dump streams when an applet, iocb or stream is known Whenever we can retrieve a valid stream pointer, we now call stream_dump() to get a detailed dump of the stream currently running on the processor. This is used by "show threads" and by ha_panic().