mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
fe6615b31d
commit
10a1c8ca79
1 changed files with 1 additions and 0 deletions
1
debug.c
1
debug.c
|
|
@ -61,6 +61,7 @@ const union {
|
||||||
enum imemo_type imemo_types;
|
enum imemo_type imemo_types;
|
||||||
enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
|
enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
|
||||||
struct RSymbol *symbol_ptr;
|
struct RSymbol *symbol_ptr;
|
||||||
|
enum vm_call_flag_bits vm_call_flags;
|
||||||
} ruby_dummy_gdb_enums;
|
} ruby_dummy_gdb_enums;
|
||||||
|
|
||||||
const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;
|
const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue