From e98f7e1eaa18c33d211e6a0cf245eaf4b175c3c7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 25 Feb 2007 15:58:27 +0000 Subject: * common.mk: change "gdb" rule. You can debug miniruby with $(srcdir)/test.rb on gdb by this rule (type "make gdb"). If you write break points to "breakpoints.gdb" on $srcdir, gdb runs with this file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d6d1ecb75..f6eb54ea90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Feb 26 00:54:36 2007 Koichi Sasada + + * common.mk: change "gdb" rule. You can debug miniruby with + $(srcdir)/test.rb on gdb by this rule (type "make gdb"). + If you write break points to "breakpoints.gdb" on $srcdir, + gdb runs with this file. + Sun Feb 25 11:46:58 2007 Koichi Sasada * win32/Makefile.sub: enable -Zi (debug) option. -- cgit v1.2.3