satyr 0.42
Loading...
Searching...
No Matches
Functions
unwind.h File Reference

Core unwind. More...

#include <sys/types.h>

Go to the source code of this file.

Functions

struct sr_core_stacktracesr_parse_coredump (const char *coredump_filename, const char *executable_filename, char **error_message)
 
struct sr_core_stacktracesr_core_stacktrace_from_gdb (const char *gdb_output, const char *coredump_filename, const char *executable_filename, char **error_message)
 
struct sr_core_stacktracesr_core_stacktrace_from_core_hook (pid_t thread_id, const char *executable_filename, int signum, char **error_message)
 
struct sr_core_stracetrace_unwind_state * sr_core_stacktrace_from_core_hook_prepare (pid_t tid, char **error_msg)
 
struct sr_core_stacktracesr_core_stacktrace_from_core_hook_generate (pid_t tid, const char *executable, int signum, struct sr_core_stracetrace_unwind_state *state, char **error_msg)
 
void sr_core_stacktrace_unwind_state_free (struct sr_core_stracetrace_unwind_state *state)
 

Detailed Description

Core unwind.

Definition in file unwind.h.