From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16007 invoked by alias); 29 Aug 2013 19:10:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15990 invoked by uid 89); 29 Aug 2013 19:10:09 -0000 Received: from mail-qe0-f44.google.com (HELO mail-qe0-f44.google.com) (209.85.128.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 29 Aug 2013 19:10:09 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f44.google.com Received: by mail-qe0-f44.google.com with SMTP id 5so452318qeb.3 for ; Thu, 29 Aug 2013 12:10:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hdIFAqa2YUw0T7Or09uWWTYHey0vuSjo4CvACmzmRzk=; b=NVZXbLdwV8s4OGfO/rj1J4+a+X9YYjGGmYLZbobMbr0rFmx0spZAyOQOkVY+af0H5m 3+g5adj3dCiKmXAnzL94G8ofPxiTcIDlWLDnu/XRdxpnlxpiZ6QY3C6nCvJIojN7SLej TSjEG+IEQ4PIoTu7iTM3Qd/U+DtKmBpOlY/FQYyNHfSgj70f/LCCefKAjIjn052esvp3 U1Yzf0I7f0dfcYuY0FRFlWiyp77VQfHPQfVujiuGFYrgx0HP3srCKI8/y+dzTPSKGyf/ n43wxxZBBopUkfpbQJutxtknSxtpoTz/jKHhp4N5P5qtEeA1AgU8wOqGuW6jZZaA6CB9 vCGg== X-Gm-Message-State: ALoCoQm44+lfGPWCCbVUaHwzxgzJyNF5tQir6UuW3YyY7bss0nfxEMNvWPc5elFsP6Qm7oJCw6wyw+fOiZyGSVj59zP2tuBYzO30L2GDtTateZcfRNbFSIF2Ukbg3riMil16ntD5Z1x26bTjEpvrOgeaaj/3xjvmBlzyaWMweBIU68EF1r4fbDpOE1HzlrUma4R+7iYVrA09fiDqF/BOc+Tquv9/m4Ik0g== MIME-Version: 1.0 X-Received: by 10.224.23.73 with SMTP id q9mr6849939qab.45.1377803406292; Thu, 29 Aug 2013 12:10:06 -0700 (PDT) Received: by 10.229.237.9 with HTTP; Thu, 29 Aug 2013 12:10:06 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Aug 2013 19:10:00 -0000 Message-ID: Subject: Re: [patch] Set remote port numbers correctly in remote-stdio-gdbserver.exp From: Doug Evans To: Sterling Augustine Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-08/txt/msg00889.txt.bz2 On Thu, Aug 29, 2013 at 12:03 PM, Sterling Augustine wrote: > On Thu, Aug 29, 2013 at 11:40 AM, Sterling Augustine > wrote: >> The enclosed fairly straightforward patch to the board file >> remote-stdio-gdbserver.exp fixes the syntax scp and rsh use to select >> the remote port, which was broken before. >> >> Tested with both default and custom remote ports. >> >> OK for trunk? >> >> Sterling >> >> testsuite/ChangeLog >> >> 2013-08-29 Sterling Augustine >> >> * boards/remote-stdio-gdbserver.exp: Set rcp_prog and >> rsh_prog in new conditional. Move use of REMOTE_PORTNUM into >> said conditional. > > > Let's try that again with the patch actually attached..... LGTM