From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89077 invoked by alias); 22 Jun 2017 10:16:05 -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 88677 invoked by uid 89); 22 Jun 2017 10:15:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:274, H*r:sk:static. X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jun 2017 10:15:21 +0000 Received: by mail-io0-f175.google.com with SMTP id c201so20114454ioe.1 for ; Thu, 22 Jun 2017 03:15:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=j4q5+GchuP9K4Zc0BeYhUJHbCf9hb5aId6CEph3tpRc=; b=CHi5nfPRwaGEeIGXbt/djoDtwQMYFfacCZGWw4+Knsr0aDTtHYwDmzGiQ7FK9R64Bb MosE/aKmEIl6FtFfBd4lEuTlP8uHIC0MWlKstKhZu0Fioa18s3QU1+BwNTIpLywrp4No GNlivjIMziQdWjSOcKWeOmwnzjOS1l/lOWmSuLg7j0PiesyJtIs1G6U003MwrRkQwHlv QH0T8mVxaN9IIfogQNPy0BfXkYqSe1rjqhSe021uLTqpzhtRyFoMQH4Z8qKayWEz59g3 iojlwL+y2I2QPjmUbKGZsCFXoX2XCVv46uzn28J6wBikcvHDyBE7QOZhTbyPppWADT9H SDvA== X-Gm-Message-State: AKS2vOyuuVlblZlj9kZ8o/fNHukfcBtPvRXEN/8PZv+3CWpOwjFuthSo llsIU6pAl2u+4ofE X-Received: by 10.107.180.144 with SMTP id d138mr1431918iof.73.1498126511528; Thu, 22 Jun 2017 03:15:11 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id t193sm672166ita.24.2017.06.22.03.15.10 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 22 Jun 2017 03:15:11 -0700 (PDT) From: Yao Qi To: Andrew Burgess Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] gdb: Fix parameter passing to mi_create_breakpoint References: Date: Thu, 22 Jun 2017 10:16:00 -0000 In-Reply-To: (Andrew Burgess's message of "Wed, 14 Jun 2017 19:57:38 +0100") Message-ID: <86zid0ib0z.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00630.txt.bz2 Andrew Burgess writes: > gdb/testsuite/ChangeLog: > > * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to > mi_create_breakpoint. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)