satyr  0.24.15.g3735.dirty
Data Fields
sr_core_stacktrace Struct Reference

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_threadcrash_thread
 Thread responsible for the crash. More...
 
struct sr_core_threadthreads
 
bool only_crash_thread
 

Detailed Description

A stack trace of a core dump.

Definition at line 43 of file core/stacktrace.h.

Field Documentation

◆ crash_thread

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.

◆ only_crash_thread

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.

◆ signal

uint16_t sr_core_stacktrace::signal

Signal number.

Definition at line 48 of file core/stacktrace.h.


The documentation for this struct was generated from the following file: