20 #ifndef SATYR_CORE_THREAD_H 21 #define SATYR_CORE_THREAD_H 32 #include "../report_type.h" 46 enum sr_report_type type;
143 char **error_message);
147 bool is_crash_thread);
A function call on call stack of a core dump.
struct sr_core_thread * sr_core_thread_append(struct sr_core_thread *dest, struct sr_core_thread *item)
struct sr_core_thread * sr_core_thread_dup(struct sr_core_thread *thread, bool siblings)
A resizable string buffer.
void sr_core_thread_init(struct sr_core_thread *thread)
void sr_core_thread_free(struct sr_core_thread *thread)
struct sr_core_frame * frames
int sr_core_thread_cmp(struct sr_core_thread *thread1, struct sr_core_thread *thread2)
struct sr_core_thread * sr_core_thread_new(void)
A thread of execution on call stack of a core dump.
struct sr_core_thread * sr_core_thread_from_json(struct sr_json_value *root, char **error_message)
A location of a parser in the input stream.
struct sr_core_thread * next