]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: dump streams when an applet, iocb or stream is known
authorWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 07:43:09 +0000 (09:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 09:50:48 +0000 (11:50 +0200)
commit578ea8be55c66920b432fb00e7130603cc4f065d
tree48e36ba11bc4a6abaf18d8a2e88e523e43fd61ab
parent5484d58a1751ce453dfa0bfa8f6715c9f69dbd4f
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().
src/debug.c