Searched refs:TeamInfo (Results 1 - 13 of 13) sorted by relevance

/haiku/src/kits/debugger/model/
H A DTeamInfo.cpp7 #include "TeamInfo.h"
10 TeamInfo::TeamInfo() function in class:TeamInfo
18 TeamInfo::TeamInfo(const TeamInfo &other) function in class:TeamInfo
25 TeamInfo::TeamInfo(team_id team, const team_info& info) function in class:TeamInfo
32 TeamInfo::SetTo(team_id team, const team_info& info)
40 TeamInfo
[all...]
H A DTargetHost.cpp10 #include "TeamInfo.h"
57 TeamInfo* teamInfo = new (std::nothrow) TeamInfo(info.team, info);
78 TeamInfo* info = fTeams.RemoveItemAt(index);
91 TeamInfo* teamInfo = fTeams.ItemAt(index);
97 TeamInfo*
104 TeamInfo*
112 TargetHost::_CompareTeams(const TeamInfo* a, const TeamInfo* b)
119 TargetHost::_FindTeamByKey(const team_id* id, const TeamInfo* inf
[all...]
/haiku/headers/private/debugger/model/
H A DTeamInfo.h14 class TeamInfo { class
16 TeamInfo();
17 TeamInfo(const TeamInfo& other);
18 TeamInfo(team_id team,
H A DTargetHost.h17 class TeamInfo;
39 TeamInfo* TeamInfoAt(int32 index) const;
40 TeamInfo* TeamInfoByID(team_id team) const;
44 typedef BObjectList<TeamInfo> TeamInfoList;
47 static int _CompareTeams(const TeamInfo* a,
48 const TeamInfo* b);
50 const TeamInfo* info);
52 void _NotifyTeamAdded(TeamInfo* info);
54 void _NotifyTeamRenamed(TeamInfo* info);
69 virtual void TeamAdded(TeamInfo* inf
[all...]
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h17 #include "TeamInfo.h"
71 TeamRow(TeamInfo* teamInfo);
77 bool NeedsUpdate(TeamInfo* info);
85 status_t _SetTo(TeamInfo* info);
89 TeamInfo fTeamInfo;
103 virtual void TeamAdded(TeamInfo* info);
105 virtual void TeamRenamed(TeamInfo* info);
H A DTeamsListView.cpp201 TeamRow::TeamRow(TeamInfo* info)
209 TeamRow::NeedsUpdate(TeamInfo* info)
224 TeamRow::_SetTo(TeamInfo* info)
332 TeamInfo* info;
364 TeamInfo* info;
405 TeamsListView::TeamAdded(TeamInfo* info)
423 TeamsListView::TeamRenamed(TeamInfo* info)
444 for (int32 i = 0; TeamInfo* info = fHost->TeamInfoAt(i); i++) {
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h26 class TeamInfo;
66 virtual status_t GetTeamInfo(TeamInfo& info) = 0;
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h51 virtual status_t GetTeamInfo(TeamInfo& info);
H A DCoreFileDebuggerInterface.cpp21 #include "TeamInfo.h"
173 CoreFileDebuggerInterface::GetTeamInfo(TeamInfo& info)
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h42 virtual status_t GetTeamInfo(TeamInfo& info);
H A DLocalDebuggerInterface.cpp34 #include "TeamInfo.h"
516 LocalDebuggerInterface::GetTeamInfo(TeamInfo& info)
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp141 struct TeamInfo : team_info { struct in namespace:__anon2
1573 TeamInfo fTeamInfo;
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp55 #include "TeamInfo.h"
376 TeamInfo teamInfo;

Completed in 104 milliseconds