Add capability of creating a stack trace and/or a core dump on the fly.
This commit is contained in:
4
stack_trace.h
Normal file
4
stack_trace.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef STACK_TRACE_H
|
||||
#define STACK_TRACE_H
|
||||
void stack_trace(int mode);
|
||||
#endif
|
Reference in New Issue
Block a user