Skip to content
Snippets Groups Projects
Commit 23275cd0 authored by Tomasz Grabiec's avatar Tomasz Grabiec Committed by Avi Kivity
Browse files

gdb: fix 'osv thread' and 'osv thread apply all'


thread_list was populated with references to sched::thread* rather
than sched::thread. The commands were assuming the latter. As a result
the commands were printing and comparing not against sched::thread
address but against address of the pointer to sched::thread in
sched::thread_map.

Signed-off-by: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
parent d82f6fca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment