summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:57:49 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:57:49 +0000
commitcea7600b524cfc5023a15436f1263a5c872f99d9 (patch)
tree154f596b1f511f09974fb7ac80426451531efc05 /vm_core.h
parentf495c968c901b3db0f67310ffe815a360b9587a3 (diff)
* include/ruby/debug.h: introdudced.
Debugging/profiling features will be located. * vm_trace.c: expose C-level TracePoint APIs. Note that they are experimental. * vm_trace.c, include/ruby/debug.h: rename `rb_hook_flag_t' to `rb_event_hook_flag_t'. Macro names `RUBY_HOOK_FLAG_*' are also renamed to `RUBY_EVENT_HOOK_FLAG_*'. * debug.h, vm_debug.h: rename debug.h to vm_debug.h. * common.mk: ditto. * debug.c, main.c, vm_core.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index d2f9474d34..fffaa5e986 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -18,7 +18,7 @@
#include "ruby/st.h"
#include "node.h"
-#include "debug.h"
+#include "vm_debug.h"
#include "vm_opts.h"
#include "id.h"
#include "method.h"