21 #ifndef SATYR_RUBY_STACKTRACE_H 22 #define SATYR_RUBY_STACKTRACE_H 33 #include "../report_type.h" 42 enum sr_report_type type;
50 sr_ruby_stacktrace_new(
void);
62 sr_ruby_stacktrace_parse(
const char **input,
72 sr_ruby_stacktrace_from_json(
struct sr_json_value *root,
char **error_message);
A location of a parser in the input stream.