Searched refs:LocalDebuggerInterface (Results 1 – 4 of 4) sorted by relevance
47 struct LocalDebuggerInterface::DebugContext : debug_context,80 struct LocalDebuggerInterface::DebugContextPool {213 struct LocalDebuggerInterface::DebugContextGetter {238 LocalDebuggerInterface::LocalDebuggerInterface(team_id team) in LocalDebuggerInterface() function in LocalDebuggerInterface250 LocalDebuggerInterface::~LocalDebuggerInterface() in ~LocalDebuggerInterface()262 LocalDebuggerInterface::Init() in Init()311 LocalDebuggerInterface::Close(bool killTeam) in Close()330 LocalDebuggerInterface::Connected() const in Connected()337 LocalDebuggerInterface::TeamID() const in TeamID()344 LocalDebuggerInterface::GetArchitecture() const in GetArchitecture()[all …]
12 class LocalDebuggerInterface : public DebuggerInterface {14 LocalDebuggerInterface(team_id team);15 virtual ~LocalDebuggerInterface();
162 LocalDebuggerInterface* interface in Attach()163 = new(std::nothrow) LocalDebuggerInterface(teamID); in Attach()
151 LocalDebuggerInterface.cpp