mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
set RUBY_ON_BUG on runruby rule.
set RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' to catch SEGV on `make runruby` rule.
This commit is contained in:
parent
b9c1b3f8d8
commit
e91160f757
1 changed files with 1 additions and 1 deletions
|
@ -1213,7 +1213,7 @@ run: fake miniruby$(EXEEXT) PHONY
|
|||
$(BTESTRUBY) $(RUNOPT0) $(TESTRUN_SCRIPT) $(RUNOPT)
|
||||
|
||||
runruby: $(PROGRAM) PHONY
|
||||
$(RUNRUBY) $(RUNOPT0) $(TESTRUN_SCRIPT) $(RUNOPT)
|
||||
RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' $(RUNRUBY) $(RUNOPT0) $(TESTRUN_SCRIPT) $(RUNOPT)
|
||||
|
||||
parse: fake miniruby$(EXEEXT) PHONY
|
||||
$(BTESTRUBY) --dump=parsetree_with_comment,insns $(TESTRUN_SCRIPT)
|
||||
|
|
Loading…
Reference in a new issue