From e5bacc03f20c3be5006f0283200b48a15ff699b7 Mon Sep 17 00:00:00 2001 From: mimaki Date: Tue, 18 Nov 2014 23:33:32 +0900 Subject: Add mruby debugger (mrdb) --- mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h') diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h new file mode 100755 index 000000000..4580b2350 --- /dev/null +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h @@ -0,0 +1,14 @@ +/* + * apilist.h + */ + +#ifndef APILIST_H_ +#define APILIST_H_ + +#include "mruby.h" +#include "mrdb.h" + +int32_t mrb_debug_list(mrb_state *, mrb_debug_context *, char *, uint16_t, uint16_t); +char* mrb_debug_get_source(mrb_state *, mrdb_state *, const char *, const char *); + +#endif /* APILIST_H_ */ -- cgit v1.2.3