haproxy/dev/gdb
Olivier Houchard e3c4ae966c MEDIUM: servers: Remove cur_sess, and use served instead
In struct server, cur_sess and served mostly have the same purpose.
We can just remove cur_sess, and use served instead, both share the same
cache line, and that cache line is quite busy, so removing some atomic
operation on it can be beneficial.
2026-03-02 13:46:17 +01:00
..
ebtree.gdb CLEANUP: assorted typo fixes in the code and comments 2025-04-02 11:12:20 +02:00
list.gdb DEV: gdb: add a number of gdb scripts to navigate in core dumps 2024-10-28 17:55:08 +01:00
memprof.dbg DEV: gdb: add a memprofile decoder to the debug tools 2025-07-16 15:33:33 +02:00
pm-from-core.c DEV: gdb: add a utility to find the post-mortem address from a core 2026-02-14 14:46:33 +01:00
pools.gdb DEV: gdb: use unsigned longs to display pools memory usage 2026-02-16 11:07:23 +01:00
post-mortem.gdb DEV: gdb: add a number of gdb scripts to navigate in core dumps 2024-10-28 17:55:08 +01:00
proxies.gdb DEV: gdb: add a number of gdb scripts to navigate in core dumps 2024-10-28 17:55:08 +01:00
servers.gdb MEDIUM: servers: Remove cur_sess, and use served instead 2026-03-02 13:46:17 +01:00
stream.gdb DEV: gdb: add a number of gdb scripts to navigate in core dumps 2024-10-28 17:55:08 +01:00