21 #ifndef SATYR_RUBY_FRAME_H 22 #define SATYR_RUBY_FRAME_H 33 #include "../report_type.h" 43 enum sr_report_type type;
49 bool special_function;
55 uint32_t rescue_level;
61 sr_ruby_frame_new(
void);
70 sr_ruby_frame_dup(
struct sr_ruby_frame *frame,
bool siblings);
84 sr_ruby_frame_parse(
const char **input,
struct sr_location *location);
90 sr_ruby_frame_from_json(
struct sr_json_value *root,
char **error_message);
A resizable string buffer.
A location of a parser in the input stream.