AndroidPlusPlus.Common.GdbServer.GdbServer C# (CSharp) Method

GdbServer() public method

public GdbServer ( GdbSetup gdbSetup ) : System
gdbSetup GdbSetup
return System
        public GdbServer(GdbSetup gdbSetup)
        {
            LoggingUtils.PrintFunction ();

              m_gdbSetup = gdbSetup;

              m_gdbServerInstance = null;

              m_gdbServerAttached = null;
        }