MINOR: debug: add a new "debug dev sym" command in expert mode
authorWilly Tarreau <w@1wt.eu>
Tue, 4 May 2021 16:40:50 +0000 (18:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 May 2021 05:47:29 +0000 (07:47 +0200)
commit48129be18afd17688bced0bba8c0d98e2b85ef39
tree3ba0adfc5f984dcb4c0003b41da7cbb305e0efc4
parent5ba80d677d563517bb9754c272e6df94adae281b
MINOR: debug: add a new "debug dev sym" command in expert mode

This command attempts to resolve a pointer to a symbol name. This is
convenient during development as it's easier to get such pointers live
than by issuing a debugger or calling addr2line.
src/debug.c