summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
diff options
context:
space:
mode:
authormimaki <[email protected]>2014-11-18 23:33:32 +0900
committermimaki <[email protected]>2014-11-18 23:33:32 +0900
commite5bacc03f20c3be5006f0283200b48a15ff699b7 (patch)
tree90ad5e37d5312cd2c4cb5fd2f9acf0ca2e6d5f39 /mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
parent4c7e812bc06ab5ed4d9220397998de9728ee2d7e (diff)
downloadmruby-e5bacc03f20c3be5006f0283200b48a15ff699b7.tar.gz
mruby-e5bacc03f20c3be5006f0283200b48a15ff699b7.zip
Add mruby debugger (mrdb)
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h')
-rwxr-xr-xmrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
new file mode 100755
index 000000000..81d685e0c
--- /dev/null
+++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
@@ -0,0 +1,13 @@
+/*
+ * apiprint.h
+ */
+
+#ifndef APIPRINT_H_
+#define APIPRINT_H_
+
+#include "mruby.h"
+#include "mrdb.h"
+
+mrb_value mrb_debug_eval(mrb_state*, mrb_debug_context*, const char*, size_t, mrb_bool*);
+
+#endif /* APIPRINT_H_ */