DebugServer
DebugServer *app = dynamic_cast<DebugServer*>(be_app);
DebugServer::DebugServer(status_t &error)
DebugServer::Init()
DebugServer::QuitRequested()
DebugServer::_ListenerEntry(void *data)
return ((DebugServer*)data)->_Listener();
DebugServer::_Listener()
DebugServer server(error);
DebugServer(status_t &error);