mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.gdbinit: newline at rp_id [ci skip]
* .gdbinit (rp_id): add a newline. * .gdbinit (print_id): should not print a newline here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4667f7ba73
commit
6a34a8c403
1 changed files with 2 additions and 1 deletions
3
.gdbinit
3
.gdbinit
|
@ -399,6 +399,7 @@ define rp_id
|
|||
end
|
||||
printf "(%ld): ", $id
|
||||
print_id $id
|
||||
echo \n
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1091,7 +1092,7 @@ define print_id
|
|||
if $result != RUBY_Qnil
|
||||
print_string $result
|
||||
else
|
||||
echo undef\n
|
||||
echo undef
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue