From 983d4534bc576cf2502cb005b943916e7d5cbafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 10 Mar 2005 23:19:25 +0000 Subject: [PATCH] get_team_info() now also fill in the info about the debug nub thread. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11674 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/team.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kernel/core/team.c b/src/kernel/core/team.c index a5a3af5e01..455a07b978 100644 --- a/src/kernel/core/team.c +++ b/src/kernel/core/team.c @@ -1629,8 +1629,8 @@ fill_team_info(struct team *team, team_info *info, size_t size) info->thread_count = team->num_threads; info->image_count = count_images(team); //info->area_count = - //info->debugger_nub_thread = - //info->debugger_nub_port = + info->debugger_nub_thread = team->debug_info.nub_thread; + info->debugger_nub_port = team->debug_info.nub_port; //info->argc = //info->args[64] = //info->uid =