summaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-05 09:46:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-05 09:46:07 +0000
commit06c97a04e0e726532566c8d7cdfd59e9ee8daf60 (patch)
tree0426948649eed024b28784ed30a8a62a2f5755e1 /.gdbinit
parent653c8b04d3f8868a562bba03779245e5679b6bfc (diff)
downloadruby-06c97a04e0e726532566c8d7cdfd59e9ee8daf60.tar.gz
ruby-06c97a04e0e726532566c8d7cdfd59e9ee8daf60.tar.xz
ruby-06c97a04e0e726532566c8d7cdfd59e9ee8daf60.zip
* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24407 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 b153412b4..a542b71ba 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,5 +1,5 @@
define rp
- if dummy_gdb_enums.special_consts
+ if ruby_dummy_gdb_enums.special_consts
end
if (VALUE)($arg0) & RUBY_FIXNUM_FLAG
printf "FIXNUM: %ld\n", (long)($arg0) >> 1