ruby-changes:30987
From: nobu <ko1@a...>
Date: Fri, 27 Sep 2013 11:18:13 +0900 (JST)
Subject: [ruby-changes:30987] nobu:r43066 (trunk): .gdbinit: insert a colon
nobu 2013-09-27 11:18:07 +0900 (Fri, 27 Sep 2013) New Revision: 43066 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43066 Log: .gdbinit: insert a colon * .gdbinit (rp): insert a colon between type "SYMBOL" and ID value. Modified files: trunk/.gdbinit Index: .gdbinit =================================================================== --- .gdbinit (revision 43065) +++ .gdbinit (revision 43066) @@ -27,7 +27,7 @@ define rp https://github.com/ruby/ruby/blob/trunk/.gdbinit#L27 else if ((VALUE)($arg0) & ~(~(VALUE)0<<RUBY_SPECIAL_SHIFT)) == RUBY_SYMBOL_FLAG set $id = (($arg0) >> RUBY_SPECIAL_SHIFT) - printf "%sSYMBOL%s", $color_type, $color_end + printf "%sSYMBOL%s: ", $color_type, $color_end rp_id $id else if ($arg0) == RUBY_Qfalse -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/