satyr
0.24.15.g3735.dirty
|
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_frame * | frames |
struct sr_java_thread * | next |
A thread of execution of a JAVA-produced stack trace.
Represents a thread containing frames.
Definition at line 47 of file java/thread.h.
struct sr_java_frame* sr_java_thread::frames |
Thread's exceptiopn. Can be NULL
Definition at line 59 of file java/thread.h.
char* sr_java_thread::name |
Thread name. Can be NULL
Definition at line 54 of file java/thread.h.
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.