* .gdbinit (SDR): add SDR function. It's only for VM debugging.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cc4072b3db
commit
574024147b
4
.gdbinit
4
.gdbinit
@ -768,3 +768,7 @@ define trace_machine_instructions
|
||||
end
|
||||
end
|
||||
|
||||
define SDR
|
||||
call rb_vmdebug_stack_dump_raw_current()
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user