summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-26 02:49:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-26 02:49:44 +0000
commit2ed20789094a372076ca59539d18bd2fd3062f60 (patch)
tree736183d0d564126b7d9a5db773c10fc4f6d02719 /.gdbinit
parent0dc9be63a5f5a2835f5e3910e9c2f4d5067b37f8 (diff)
fix coderange.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index 5f67324456..f91ef63d06 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -64,7 +64,7 @@ define rp
printf "coderange:single "
else
if ($flags & (RUBY_FL_USER12|RUBY_FL_USER13)) == RUBY_FL_USER13
- printf "coderange:single "
+ printf "coderange:multi "
else
printf "coderange:broken "
end