Symbol: LocalTargetHostInterface
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
106
LocalTargetHostInterface::Close()
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
125
LocalTargetHostInterface::IsLocal() const
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
132
LocalTargetHostInterface::Connected() const
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
139
LocalTargetHostInterface::GetTargetHost()
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
146
LocalTargetHostInterface::Attach(team_id teamID, thread_id threadID,
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
179
LocalTargetHostInterface::CreateTeam(int commandLineArgc,
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
193
LocalTargetHostInterface::LoadCore(const char* coreFilePath,
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
228
LocalTargetHostInterface::FindTeamByThread(thread_id thread,
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
242
LocalTargetHostInterface::_PortLoop(void* arg)
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
244
LocalTargetHostInterface* interface = (LocalTargetHostInterface*)arg;
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
30
LocalTargetHostInterface::LocalTargetHostInterface()
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
312
LocalTargetHostInterface::_HandleTeamEvent(team_id team, int32 opcode,
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
40
LocalTargetHostInterface::~LocalTargetHostInterface()
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
50
LocalTargetHostInterface::Init(Settings* settings)
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.h
11
class LocalTargetHostInterface : public TargetHostInterface {
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.h
13
LocalTargetHostInterface();
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.h
14
virtual ~LocalTargetHostInterface();
src/kits/debugger/target_host_interface/local/LocalTargetHostInterfaceInfo.cpp
57
LocalTargetHostInterface* interface
src/kits/debugger/target_host_interface/local/LocalTargetHostInterfaceInfo.cpp
58
= new(std::nothrow) LocalTargetHostInterface;