зеркало из https://github.com/github/ruby.git
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:
Родитель
95e1c87014
Коммит
b0d93a9949
|
@ -1519,6 +1519,7 @@ debug.$(OBJEXT): {$(VPATH)}ruby_assert.h
|
|||
debug.$(OBJEXT): {$(VPATH)}ruby_atomic.h
|
||||
debug.$(OBJEXT): {$(VPATH)}st.h
|
||||
debug.$(OBJEXT): {$(VPATH)}subst.h
|
||||
debug.$(OBJEXT): {$(VPATH)}symbol.h
|
||||
debug.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h
|
||||
debug.$(OBJEXT): {$(VPATH)}thread_native.h
|
||||
debug.$(OBJEXT): {$(VPATH)}util.h
|
||||
|
|
2
debug.c
2
debug.c
|
@ -15,6 +15,7 @@
|
|||
#include "vm_debug.h"
|
||||
#include "eval_intern.h"
|
||||
#include "vm_core.h"
|
||||
#include "symbol.h"
|
||||
#include "id.h"
|
||||
|
||||
/* for gdb */
|
||||
|
@ -59,6 +60,7 @@ const union {
|
|||
} various;
|
||||
enum imemo_type imemo_types;
|
||||
enum {RUBY_IMEMO_MASK = IMEMO_MASK} imemo_mask;
|
||||
struct RSymbol *symbol_ptr;
|
||||
} ruby_dummy_gdb_enums;
|
||||
|
||||
const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче