fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-07-01 12:00:07 +00:00
parent a92a537bf4
commit 6fee4909c8

View File

@ -50,7 +50,7 @@ Fri Jul 1 12:11:01 2016 NARUSE, Yui <naruse@ruby-lang.org>
Fri Jul 1 04:32:52 2016 NARUSE, Yui <naruse@ruby-lang.org>
* .gdbinit (rb_ps_thread): show ruby level backtrace.
Usually you can call `rb_ps` to show ruby leve backtraces
Usually you can call `rb_ps` to show ruby level backtraces
for all living threads.
Note that it can call with core file like `gcore <pid>`
and `gdb ruby core.<pid>`.