Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
char const * | mrb_debug_get_filename (mrb_irep *irep, uint32_t pc) |
int32_t | mrb_debug_get_line (mrb_irep *irep, uint32_t pc) |
mrb_irep_debug_info * | mrb_debug_info_alloc (mrb_state *mrb, mrb_irep *irep) |
mrb_irep_debug_info_file * | mrb_debug_info_append_file (mrb_state *mrb, mrb_irep *irep, uint32_t start_pos, uint32_t end_pos) |
void | mrb_debug_info_free (mrb_state *mrb, mrb_irep_debug_info *d) |
char const* mrb_debug_get_filename | ( | mrb_irep * | irep, |
uint32_t | pc | ||
) |
mrb_irep_debug_info* mrb_debug_info_alloc | ( | mrb_state * | mrb, |
mrb_irep * | irep | ||
) |
mrb_irep_debug_info_file* mrb_debug_info_append_file | ( | mrb_state * | mrb, |
mrb_irep * | irep, | ||
uint32_t | start_pos, | ||
uint32_t | end_pos | ||
) |
void mrb_debug_info_free | ( | mrb_state * | mrb, |
mrb_irep_debug_info * | d | ||
) |