satyr
0.24.15.g3735.dirty
|
A stack trace of a core dump. More...
#include <stacktrace.h>
Data Fields | |
enum sr_report_type | type |
uint16_t | signal |
char * | executable |
struct sr_core_thread * | crash_thread |
Thread responsible for the crash. More... | |
struct sr_core_thread * | threads |
bool | only_crash_thread |
A stack trace of a core dump.
Definition at line 43 of file core/stacktrace.h.
struct sr_core_thread* sr_core_stacktrace::crash_thread |
Thread responsible for the crash.
It might be NULL if the crash thread is not detected.
Definition at line 57 of file core/stacktrace.h.
bool sr_core_stacktrace::only_crash_thread |
Does the trace contain only crash thread, or all threads?
Definition at line 62 of file core/stacktrace.h.
uint16_t sr_core_stacktrace::signal |
Signal number.
Definition at line 48 of file core/stacktrace.h.