Lines Matching refs:fTeam

239 	team_id					fTeam;
394 fTeam(team),
431 status_t error = get_team_info(fTeam, &fTeamInfo);
434 "info for team %" B_PRId32 ": %s\n", fTeam, strerror(error));
439 error = BPrivate::get_app_path(fTeam, fExecutablePath);
442 "executable path of team %" B_PRId32 ": %s\n", fTeam,
449 error = init_debug_context(&fDebugContext, fTeam, nubPort);
453 fTeam, nubPort, strerror(error));
466 snprintf(name, sizeof(name), "team %" B_PRId32 " message count", fTeam);
475 snprintf(name, sizeof(name), "team %" B_PRId32 " handler", fTeam);
493 return fTeam;
536 teamString.SetToFormat("--pid=%" B_PRId32, fTeam);
574 windowTitle.SetToFormat("Debug of Team %" B_PRId32 ": %s", fTeam,
607 "\n", fTeam));
611 "debugger handover for team %" B_PRId32 "...\n", fTeam));
637 "terminal (debugger) for team %" B_PRId32 "...\n", fTeam));
648 if (message.AddInt32("team", fTeam) == B_OK
693 debuggerParam.SetToFormat("%" B_PRId32, fTeam);
704 debugInConsoled ? "command line" : "graphical", fTeam));
720 "for team %" B_PRId32 ": thread: %" B_PRId32 "\n", fTeam, thread));
729 KillTeam(fTeam, fTeamInfo.args);
752 fileBaseName << executableName << '-' << fTeam;
763 B_PRId32 ": %s\n", fTeam, strerror(error));
775 "team %" B_PRId32 "\n", fTeam);
792 B_PRId32 ": %s\n", fTeam, strerror(error));
807 ", code: %" B_PRId32 "\n", fTeam, (int32)message->Code()));
818 "\n", fTeam);
875 _NotifyAppServer(fTeam);
876 _NotifyRegistrar(fTeam, true, false);
887 _NotifyRegistrar(fTeam, false, debugAction != kActionKillTeam);
931 while (get_next_area_info(fTeam, &cookie, &info) == B_OK) {
960 error = debug_create_symbol_lookup_context(fTeam, -1, &lookupContext);
1043 "\n", fTeam));
1047 ": getting message...\n", fTeam));
1099 B_PRId32 " seems to be gone.", fTeam);
1117 TeamDebugHandlerRoster::Default()->RemoveHandler(fTeam);