From 1ccdddb7e4171bb773e924e5a4b02c9401ba835e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 27 Sep 2013 02:18:07 +0000 Subject: .gdbinit: insert a colon * .gdbinit (rp): insert a colon between type "SYMBOL" and ID value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 6fe7b32cfd..327a043963 100644 --- a/.gdbinit +++ b/.gdbinit @@ -27,7 +27,7 @@ define rp else if ((VALUE)($arg0) & ~(~(VALUE)0<> 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 -- cgit v1.2.3