summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-13 02:50:21 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-13 02:50:21 +0000
commit3b43173c64a15d291a30fced4d87762c32869fa5 ()
tree85361e663b6fc8d75de147a11a170469fec496b5 /.gdbinit
parent8ee960c55c1854b4900bf8ad8b689ccb1a265543 (diff)
add "print_flags" gdb command.
* .gdbinit (print_flags): added to show raw FLAGS info for objects. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.gdbinit31
1 files changed, 31 insertions, 0 deletions
@@ -1307,3 +1307,34 @@ define dump_node
((struct RString*)$str)->as.heap.ptr : \
((struct RString*)$str)->as.ary)
end