mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .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
2 changed files with 8 additions and 0 deletions
4
.gdbinit
4
.gdbinit
|
@ -768,3 +768,7 @@ define trace_machine_instructions
|
|||
end
|
||||
end
|
||||
|
||||
define SDR
|
||||
call rb_vmdebug_stack_dump_raw_current()
|
||||
end
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 11 05:21:57 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* .gdbinit (SDR): add SDR function. It's only for VM debugging.
|
||||
|
||||
Sun Jun 10 21:50:45 2012 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* nacl/nacl_config.rb: Fixed for 32bit hosts.
|
||||
|
|
Loading…
Reference in a new issue