mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
follow r51064
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
30223e7f68
commit
8c1a75a3bf
1 changed files with 2 additions and 2 deletions
4
.gdbinit
4
.gdbinit
|
@ -920,12 +920,12 @@ define rb_ps_vm
|
|||
set $ps_threads_i = $ps_threads_i + 1
|
||||
end
|
||||
else
|
||||
set $ps_threads_ptr = (st_table_entry*)$ps_threads->head
|
||||
set $ps_threads_ptr = (st_table_entry*)$ps_threads->as.big.private_list_head[0]
|
||||
while $ps_threads_ptr
|
||||
set $ps_threads_key = (st_data_t)$ps_threads_ptr->key
|
||||
set $ps_threads_val = (st_data_t)$ps_threads_ptr->record
|
||||
rb_ps_thread $ps_threads_key $ps_threads_val
|
||||
set $ps_threads_ptr = (st_table_entry*)$ps_threads_ptr->fore
|
||||
set $ps_threads_ptr = (st_table_entry*)$ps_threads_ptr->olist.next
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue