#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include "backtrace.h"
#include "internal.h"
Go to the source code of this file.
|
| #define | FILENAME_BUF_SIZE 64 |
| |
| #define | getexecname() NULL |
| |
| #define | hpux_get_executable_path(state, error_callback, data) NULL |
| |
| #define | macho_get_executable_path(state, error_callback, data) NULL |
| |
| #define | sysctl_exec_name1(state, error_callback, data) NULL |
| |
| #define | sysctl_exec_name2(state, error_callback, data) NULL |
| |
| #define | windows_executable_filename() NULL |
| |
| #define | windows_get_executable_path(buf, error_callback, data) NULL |
| |
|
| int | backtrace_pcinfo (struct backtrace_state *state, uintptr_t pc, backtrace_full_callback callback, backtrace_error_callback error_callback, void *data) |
| |
| int | backtrace_syminfo (struct backtrace_state *state, uintptr_t pc, backtrace_syminfo_callback callback, backtrace_error_callback error_callback, void *data) |
| |
| void | backtrace_syminfo_to_full_callback (void *data, uintptr_t pc, const char *symname, uintptr_t symval ATTRIBUTE_UNUSED, uintptr_t symsize ATTRIBUTE_UNUSED) |
| |
| void | backtrace_syminfo_to_full_error_callback (void *data, const char *msg, int errnum) |
| |
| static int | fileline_initialize (struct backtrace_state *state, backtrace_error_callback error_callback, void *data) |
| |
◆ FILENAME_BUF_SIZE
◆ getexecname
◆ hpux_get_executable_path
◆ macho_get_executable_path
◆ sysctl_exec_name1
◆ sysctl_exec_name2
◆ windows_executable_filename
| #define windows_executable_filename |
( |
| ) |
NULL |
◆ windows_get_executable_path
◆ backtrace_pcinfo()
◆ backtrace_syminfo()
◆ backtrace_syminfo_to_full_callback()
| void backtrace_syminfo_to_full_callback |
( |
void * |
data, |
|
|
uintptr_t |
pc, |
|
|
const char * |
symname, |
|
|
uintptr_t symval |
ATTRIBUTE_UNUSED, |
|
|
uintptr_t symsize |
ATTRIBUTE_UNUSED |
|
) |
| |
◆ backtrace_syminfo_to_full_error_callback()
| void backtrace_syminfo_to_full_error_callback |
( |
void * |
data, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
◆ fileline_initialize()