satyr 0.43
Loading...
Searching...
No Matches
Data Fields
sr_java_thread Struct Reference

A thread of execution of a JAVA-produced stack trace. More...

#include <thread.h>

Data Fields

enum sr_report_type type
 
char * name
 
struct sr_java_frameframes
 
struct sr_java_threadnext
 

Detailed Description

A thread of execution of a JAVA-produced stack trace.

Represents a thread containing frames.

Definition at line 47 of file java/thread.h.

Field Documentation

◆ frames

struct sr_java_frame* sr_java_thread::frames

Thread's exceptiopn. Can be NULL

Definition at line 59 of file java/thread.h.

◆ name

char* sr_java_thread::name

Thread name. Can be NULL

Definition at line 54 of file java/thread.h.

◆ next

struct sr_java_thread* sr_java_thread::next

A sibling thread, or NULL if this is the last thread in a stacktrace.

Definition at line 65 of file java/thread.h.

◆ type

enum sr_report_type sr_java_thread::type

Definition at line 49 of file java/thread.h.


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