зеркало из https://github.com/github/ruby.git
* .gdbinit (rb_ps_vm): follow st_table's packing change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e2b54072b5
Коммит
90d99ef1bd
4
.gdbinit
4
.gdbinit
|
@ -731,8 +731,8 @@ define rb_ps_vm
|
|||
if $ps_threads->entries_packed
|
||||
set $ps_threads_i = 0
|
||||
while $ps_threads_i < $ps_threads->num_entries
|
||||
set $ps_threads_key = (st_data_t)$ps_threads->bins[$ps_threads_i * 2]
|
||||
set $ps_threads_val = (st_data_t)$ps_threads->bins[$ps_threads_i * 2 + 1]
|
||||
set $ps_threads_key = (st_data_t)$ps_threads->as.packed.entries[$ps_threads_i].key
|
||||
set $ps_threads_val = (st_data_t)$ps_threads->as.packed.entries[$ps_threads_i].val
|
||||
rb_ps_thread $ps_threads_key $ps_threads_val
|
||||
set $ps_threads_i = $ps_threads_i + 1
|
||||
end
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 23 14:16:45 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* .gdbinit (rb_ps_vm): follow st_table's packing change.
|
||||
|
||||
Mon Apr 23 10:43:30 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in: disable rubygems not to load rbconfig.rb before
|
||||
|
|
Загрузка…
Ссылка в новой задаче