* Added a bit more missing info about user_threads.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -353,6 +353,9 @@ _dump_team_info(struct team* team)
|
||||
kprintf("io_context: %p\n", team->io_context);
|
||||
if (team->address_space)
|
||||
kprintf("address_space: %p\n", team->address_space);
|
||||
kprintf("user data: %p (area %ld)\n", (void*)team->user_data,
|
||||
team->user_data_area);
|
||||
kprintf("free user thread: %p\n", team->free_user_threads);
|
||||
kprintf("main_thread: %p\n", team->main_thread);
|
||||
kprintf("thread_list: %p\n", team->thread_list);
|
||||
kprintf("group_id: %ld\n", team->group_id);
|
||||
|
||||
@@ -1233,6 +1233,7 @@ _dump_thread_info(struct thread *thread, bool shortInfo)
|
||||
kprintf("user_stack_area: %ld\n", thread->user_stack_area);
|
||||
kprintf("user_stack_base: %p\n", (void *)thread->user_stack_base);
|
||||
kprintf("user_local_storage: %p\n", (void *)thread->user_local_storage);
|
||||
kprintf("user_thread: %p\n", (void *)thread->user_thread);
|
||||
kprintf("kernel_errno: %#x (%s)\n", thread->kernel_errno,
|
||||
strerror(thread->kernel_errno));
|
||||
kprintf("kernel_time: %Ld\n", thread->kernel_time);
|
||||
|
||||
Reference in New Issue
Block a user