ruby-changes:43483
From: kazu <ko1@a...>
Date: Fri, 1 Jul 2016 21:00:11 +0900 (JST)
Subject: [ruby-changes:43483] kazu:r55556 (trunk): fix a typo [ci skip]
kazu 2016-07-01 21:00:07 +0900 (Fri, 01 Jul 2016) New Revision: 55556 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55556 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 55555) +++ ChangeLog (revision 55556) @@ -50,7 +50,7 @@ Fri Jul 1 12:11:01 2016 NARUSE, Yui < https://github.com/ruby/ruby/blob/trunk/ChangeLog#L50 Fri Jul 1 04:32:52 2016 NARUSE, Yui <naruse@r...> * .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>`. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/