]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: gdb: add a memprofile decoder to the debug tools
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Jul 2025 12:42:34 +0000 (14:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Jul 2025 13:33:33 +0000 (15:33 +0200)
commitd9701d312dce20785b17f3a7f5938ec8ac160f9c
tree6f5cf1d72e554fc6069faf11ebb39f5b7b2cac78
parent4f7c26cbb33fac44b255c714610191ffad2ec653
DEV: gdb: add a memprofile decoder to the debug tools

"memprof_dump" will visit memprofile entries and dump them in a
synthetic format counting allocations/releases count/size, type
and calling address.
dev/gdb/memprof.dbg [new file with mode: 0644]