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;
61sr_ruby_frame_new(
void);
84sr_ruby_frame_parse(
const char **input,
struct sr_location *location);
90sr_ruby_frame_from_json(json_object *root,
char **error_message);
A location of a parser in the input stream.
A resizable string buffer.