#include <sal.h>
#include <stddef.h>
|
EXECINFO_DECL _Check_return_ size_t | backtrace (_Out_writes_(len) void **bt, _In_ size_t len) |
| Fill the array of void * at bt with up to len entries, returning entries filled.
|
|
EXECINFO_DECL _Check_return_ | _Ret_writes_maybenull_ (len) char **backtrace_symbols(_In_reads_(len) void *const *bt |
| Returns a malloced block of string representations of the input backtrace.
|
|
◆ EXECINFO_DECL
#define EXECINFO_DECL extern |
◆ backtrace()
EXECINFO_DECL _Check_return_ size_t backtrace |
( |
_Out_writes_(len) void ** |
bt, |
|
|
_In_ size_t |
len |
|
) |
| |
Fill the array of void * at bt with up to len entries, returning entries filled.
◆ _Ret_writes_maybenull_()
Returns a malloced block of string representations of the input backtrace.
◆ len