From aee98a1c2be4999bb6327e6797075cb6502c1ec4 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Sep 2013 04:53:08 +0000 Subject: .gdbinit: show ID type * .gdbinit (rp_id): show ID type. * template/id.h.tmpl (ruby_id_types): make enum for debugger. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 7cd166495f..be70dafec3 100644 --- a/debug.c +++ b/debug.c @@ -24,6 +24,7 @@ const union { enum ruby_tag_type tag_type; enum node_type node_type; enum ruby_method_ids method_ids; + enum ruby_id_types id_types; enum { RUBY_ENCODING_INLINE_MAX = ENCODING_INLINE_MAX, RUBY_ENCODING_SHIFT = ENCODING_SHIFT, -- cgit v1.2.3