From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83935 invoked by alias); 14 Jun 2017 18:57:59 -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 83920 invoked by uid 89); 14 Jun 2017 18:57:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f180.google.com Received: from mail-wr0-f180.google.com (HELO mail-wr0-f180.google.com) (209.85.128.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Jun 2017 18:57:56 +0000 Received: by mail-wr0-f180.google.com with SMTP id 77so13187688wrb.1 for ; Wed, 14 Jun 2017 11:58:00 -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:date:message-id; bh=kzFKMDwgubl5FcOfHr9sfPYHu1PfFMmW2tX3s7gzgEE=; b=JndzcTQ68ckVFnsMJjfivoVAt3rvouwZvWpcNBHQMGIr3UiXFtFrgnYvzCm+1o6kkp sv9ELR638MAqdyMIRh2n0iMShUApiRk3zDwmiQHuxtCDXS07N8i6zza3ABc8IrSKpelw bIcAxDwIJF4/Tv0xsx7CYFFLSZBSslwHzyEwC7yXy1dpODfNBy1we1QeFTuPz266P8tS a10ebVh0ULTF0WGB9BW7mKI/1qB6RigiveCuLGtGfKQI02KgEsB8dIuuKE/YbJx8iVvE iw13XcZxWdmQqs3Ac1uTddAZnY8/tGAG9dBv0s25nhC0TjgXzyyI20r0GJJrdg+wLvpw VZzQ== X-Gm-Message-State: AKS2vOwMu+bENMRdGTEZIoIRc7bSeWfBMZ9QbwAqko0/7DH7zBhZ3J6h EbKLNIfRgYpgpQbFKMM= X-Received: by 10.28.169.87 with SMTP id s84mr1066152wme.62.1497466678571; Wed, 14 Jun 2017 11:57:58 -0700 (PDT) Received: from localhost (cust64-dsl91-135-5.idnet.net. [91.135.5.64]) by smtp.gmail.com with ESMTPSA id 29sm1114264wrv.23.2017.06.14.11.57.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Jun 2017 11:57:57 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH 0/2] Couple of small fixes to gdb.mi/mi-vla-fortran.exp test Date: Wed, 14 Jun 2017 18:57:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00432.txt.bz2 Couple of minor fixes for gdb.mi/mi-vla-fortran.exp test. Andrew Burgess (2): gdb: Fix parameter passing to mi_create_breakpoint gdb: Make some test names unique gdb/testsuite/ChangeLog | 9 ++++++ gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 50 ++++++++++++++++++--------------- 2 files changed, 37 insertions(+), 22 deletions(-) -- 2.5.1