summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-24 23:19:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-24 23:19:57 +0000
commit3fc0c18193602e2d2cd3a7096338b9dd6d51c329 (patch)
treeea5b6ac6f513452dc01a8dbc15d00b5ab31f5435 /debug.c
parente565c838ce2f70f7f632aa0b728430fe195357fb (diff)
debug.c: imemo_mask
* .gdbinit (rp, rp_imemo, rb_ps_thread): update imemo_mask. * debug.c (ruby_dummy_gdb_enums): include imemo_types. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 60cef508f6..a670716b77 100644
--- a/debug.c
+++ b/debug.c
@@ -57,6 +57,8 @@ const union {
RUBY_NODE_LSHIFT = NODE_LSHIFT,
RUBY_NODE_FL_NEWLINE = NODE_FL_NEWLINE
} various;
+ enum imemo_type imemo_types;
+ enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
} ruby_dummy_gdb_enums;
const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;