]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: do not statify a few debugging functions often used with wdt/dbg
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Apr 2025 07:25:27 +0000 (09:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2025 14:25:47 +0000 (16:25 +0200)
commit5b5960359fcc154d53334ef3fd357dba325fa069
tree2ac01e742c887dcc7b0b0f952bd7e2c907f9f9ca
parent47f8397afb332882101935d6a9e3738c094bb03a
MINOR: debug: do not statify a few debugging functions often used with wdt/dbg

A few functions are used when debugging debug signals and watchdog, but
being static, they're not resolved and are hard to spot in dumps, and
they appear as any random other function plus an offset. Let's just not
mark them static anymore, it only hurts:
  - cli_io_handler_show_threads()
  - debug_run_cli_deadlock()
  - debug_parse_cli_loop()
  - debug_parse_cli_panic()
src/debug.c