Login
From:
Posts on The Last Outpost
(Uncensored)
subscribe
Backtrace in C
https://troglobit.com/post/2020-11-15-backtrace-in-c/
links
backlinks
Roast topics
Find topics
Find it!
Reminder to self: remember CFLAGS=-g -Og -rdynamic to allow backtrace_symbols() to actually pretty print function names in stack traces.