aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 07:52:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 07:52:48 +0000
commitd7bb24e2dfeaa64ee083c1dc7ae98ca9bfac6f1b (patch)
tree57273c2810b165cfe95f22823ab9030231173776 /debug.c
parentf965ee0b3572b61eb30a10271cf821fec3c7b570 (diff)
downloadruby-d7bb24e2dfeaa64ee083c1dc7ae98ca9bfac6f1b.tar.gz
debug.c: vm call flags
* debug.c (ruby_dummy_gdb_enums): include vm_call_flag_bits. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 6483ccd562..119edee7fb 100644
--- a/debug.c
+++ b/debug.c
@@ -61,6 +61,7 @@ const union {
enum imemo_type imemo_types;
enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
struct RSymbol *symbol_ptr;
+ enum vm_call_flag_bits vm_call_flags;
} ruby_dummy_gdb_enums;
const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;