#include <stdint.h>
#include "utilities.h"
#include <unistd.h>
#include <sys/mman.h>
#include <cstdio>
#include "stacktrace.h"
Go to the source code of this file.
Functions | |
int | GetStackTrace (void **result, int max_depth, int skip_count) |
template<bool STRICT_UNWINDING> | |
static _START_GOOGLE_NAMESPACE_ void ** | NextStackFrame (void **old_sp) |
int GetStackTrace | ( | void ** | result, |
int | max_depth, | ||
int | skip_count | ||
) |
Definition at line 95 of file stacktrace_x86-inl.h.
|
static |
Definition at line 51 of file stacktrace_x86-inl.h.