0
votes
3answers
593 views
Is there a function to invoke a stack dump in C?
Can someone please provide an implementation of a C function that gets invoked to dump the current stack? It's for a x86 linux system. It can be invoked in 2 ways: explicitly by another function, …
0
votes
Is there a function to invoke a stack dump in C?
following on Adam's answer, the source code that shows how to perform the actual stack backtracing is in gnu libc's backtrace(), under /libc/debug/backtrace.c - not sure if the full link below wil …
