init_debug_context
status_t init_debug_context(debug_context *context, team_id team,
error = init_debug_context(&fDebugContext, teamID, fNubPort);
status_t error = init_debug_context(&fContext, team, nubPort);
return init_debug_context(this, team, nubPort);
error = init_debug_context(&fDebugContext, fTeam, nubPort);