debug.c: RSymbol info
* debug.c (ruby_dummy_gdb_enums): force to include struct RSymbol info. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
95e1c87014
commit
b0d93a9949
@ -1519,6 +1519,7 @@ debug.$(OBJEXT): {$(VPATH)}ruby_assert.h
|
|||||||
debug.$(OBJEXT): {$(VPATH)}ruby_atomic.h
|
debug.$(OBJEXT): {$(VPATH)}ruby_atomic.h
|
||||||
debug.$(OBJEXT): {$(VPATH)}st.h
|
debug.$(OBJEXT): {$(VPATH)}st.h
|
||||||
debug.$(OBJEXT): {$(VPATH)}subst.h
|
debug.$(OBJEXT): {$(VPATH)}subst.h
|
||||||
|
debug.$(OBJEXT): {$(VPATH)}symbol.h
|
||||||
debug.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h
|
debug.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h
|
||||||
debug.$(OBJEXT): {$(VPATH)}thread_native.h
|
debug.$(OBJEXT): {$(VPATH)}thread_native.h
|
||||||
debug.$(OBJEXT): {$(VPATH)}util.h
|
debug.$(OBJEXT): {$(VPATH)}util.h
|
||||||
|
2
debug.c
2
debug.c
@ -15,6 +15,7 @@
|
|||||||
#include "vm_debug.h"
|
#include "vm_debug.h"
|
||||||
#include "eval_intern.h"
|
#include "eval_intern.h"
|
||||||
#include "vm_core.h"
|
#include "vm_core.h"
|
||||||
|
#include "symbol.h"
|
||||||
#include "id.h"
|
#include "id.h"
|
||||||
|
|
||||||
/* for gdb */
|
/* for gdb */
|
||||||
@ -59,6 +60,7 @@ const union {
|
|||||||
} various;
|
} various;
|
||||||
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;
|
||||||
} 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…
x
Reference in New Issue
Block a user