From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23280 invoked by alias); 21 May 2013 17:54:47 -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 23240 invoked by uid 89); 21 May 2013 17:54:39 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 21 May 2013 17:54:38 +0000 Received: by mail-vc0-f169.google.com with SMTP id kw10so664872vcb.0 for ; Tue, 21 May 2013 10:54:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=Wh0DHL9/06oNs9+e3ZV61vMTVwDhAuKo9JCxdeYJCrI=; b=B9h6QNPA0yxq685AlWSK2UpLmt3qkcgRVAeFmC5xuuD+0OEkMp/MwxDgByod/mnFGT IzBcU6BPf+tBeXMf4pR3oXHMN2vEPgRv+Y3J+3XiPyCAkcPfKMrfxZaZJYk2EztDKmBe 0Sam2NU5oADNi4vi3P9yehpL50HVhoaFmjFqI2tstlUY0nanes2tx/zNGT10zHZx3bYu /M43uQn3d8+4Nyzt1GoPmxTy+3YuS3BKowjzMYq0dPlJ7Gb19dmTOaYkygRQXkHEOZ0x vbADkMzi8p1Gl5enewvQ8n7fXBYYrWtcW8Mh7VUXirH1AY/KV8zErg9g8uwjLo6aBuDd s5Bw== MIME-Version: 1.0 X-Received: by 10.220.83.138 with SMTP id f10mr1377077vcl.7.1369158877021; Tue, 21 May 2013 10:54:37 -0700 (PDT) Received: by 10.220.100.68 with HTTP; Tue, 21 May 2013 10:54:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 May 2013 17:54:00 -0000 Message-ID: Subject: Re: [PATCH] New board file remote-stdio-gdbserver.exp From: Doug Evans To: Sterling Augustine Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnZZqtxSq8Yes9YDwT11AHEdrnCbq9PZfSOuRpC/q6hNetn/zstq6pjUOeamFsqx9hhGyeWCTkbvp3IWiv+xc2Y0VlPiIVejeMgOqSB2AhcQaVUDfCbzqWzY83mh22K2f2eNPXjm3QBglmKLXyBxOmSE46K46AQpZBubflWbiC3AOhWRp1oCQcEXEUZzoHoM5C7TTBzATtoGPmtBN1+Lh69oZQ5nw== X-SW-Source: 2013-05/txt/msg00781.txt.bz2 On Tue, May 21, 2013 at 10:49 AM, Sterling Augustine wrote: > On Mon, May 13, 2013 at 2:24 PM, Doug Evans wrote: > >> Since there is a fair bit of commonality, another way to go is to >> begin your file with >> >> load_board_description "native-stdio-gdbserver" >> >> and then add or override the bits you need. >> Factoring out bits in native-stdio-gdbserver.exp so that they can be >> overridden may be needed. >> For proc ${board}_download you could just redefine it in your file >> (seems simplest). >> >> I think I'd prefer that if it works for you. > > Done. OK for trunk? > > 2013-05-10 Sterling Augustine > > * boards/remote-stdio-gdbserver.exp: New file. Ok by me. Thanks!