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
This commit is contained in:
Axel Dörfler 2005-03-10 23:19:25 +00:00
parent 3c75dcf982
commit 983d4534bc
1 changed files with 2 additions and 2 deletions

View File

@ -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 =