satyr 0.43
Loading...
Searching...
No Matches
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.
 
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.

◆ executable

char* sr_core_stacktrace::executable

Definition at line 50 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.

◆ threads

struct sr_core_thread* sr_core_stacktrace::threads

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

◆ type

enum sr_report_type sr_core_stacktrace::type

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


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