haproxy/include
Willy Tarreau 762fb3ec8e MINOR: tools: add new function dump_addr_and_bytes()
This function dumps <n> bytes from <addr> in hex form into buffer <buf>
enclosed in brackets after the address itself, formatted on 14 chars
including the "0x" prefix. This is meant to be used as a prefix for code
areas. For example: "0x7f10b6557690 [48 c7 c0 0f 00 00 00 0f]: "
It relies on may_access() to know if the bytes are dumpable, otherwise "--"
is emitted. An optional prefix is supported.
2020-03-03 17:46:37 +01:00
..
common MINOR: tools: add new function dump_addr_and_bytes() 2020-03-03 17:46:37 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: task: export run_tasks_from_list 2020-03-03 15:26:10 +01:00
types MINOR: haproxy: export run_poll_loop 2020-03-03 15:26:10 +01:00