]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: dev/gdb: improve ebtree pointer handling
authorWilly Tarreau <w@1wt.eu>
Wed, 27 May 2026 16:49:27 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2026 17:08:42 +0000 (19:08 +0200)
commit837d69f8efe376b6b462470d8ae63890ca690494
treebf07af874e2ec47aa5f852f3674194e9135fab2a
parentbfbca23dc2ad1abca4215eb2a39b45f1a86bac7e
DEV: dev/gdb: improve ebtree pointer handling

The ebtree descent functions currently use $arg0 as is and it's up to
the user to manually type the required casts that are never obvious
(particularly when coming from a pointer). Let's put the eb_root* cast
in the function to be more user-friendly.
dev/gdb/ebtree.gdb