mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
debug.c: include RIMemo in ruby_dummy_gdb_enums
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8692d74b09
commit
717b7fd9c4
1 changed files with 5 additions and 2 deletions
7
debug.c
7
debug.c
|
@ -58,8 +58,11 @@ const union {
|
||||||
RUBY_NODE_LSHIFT = NODE_LSHIFT,
|
RUBY_NODE_LSHIFT = NODE_LSHIFT,
|
||||||
RUBY_NODE_FL_NEWLINE = NODE_FL_NEWLINE
|
RUBY_NODE_FL_NEWLINE = NODE_FL_NEWLINE
|
||||||
} various;
|
} various;
|
||||||
enum imemo_type imemo_types;
|
union {
|
||||||
enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
|
enum imemo_type types;
|
||||||
|
enum {RUBY_IMEMO_MASK = IMEMO_MASK} mask;
|
||||||
|
struct RIMemo *ptr;
|
||||||
|
} imemo;
|
||||||
struct RSymbol *symbol_ptr;
|
struct RSymbol *symbol_ptr;
|
||||||
enum vm_call_flag_bits vm_call_flags;
|
enum vm_call_flag_bits vm_call_flags;
|
||||||
} ruby_dummy_gdb_enums;
|
} ruby_dummy_gdb_enums;
|
||||||
|
|
Loading…
Add table
Reference in a new issue