From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115878 invoked by alias); 5 Sep 2017 10:40:00 -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 115869 invoked by uid 89); 5 Sep 2017 10:40:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:static., HContent-Transfer-Encoding:8bit X-HELO: mail-io0-f173.google.com Received: from mail-io0-f173.google.com (HELO mail-io0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Sep 2017 10:39:55 +0000 Received: by mail-io0-f173.google.com with SMTP id q64so13938270iod.5 for ; Tue, 05 Sep 2017 03:39:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=9TAf8vsDHTEILOmHQz9MaxfFrjw8evu8ZHTplYx2sig=; b=Kk9Bis75b3l+/eH/RudtKps8e8ILr4bZZ+JbD7l9acv7AL4cNET7eqkdL8DloeOBZw 3jDEq3cSo0Di5BcGSof9xRLaQtw3Z4X7YDEsktcFB+l7rTvyENNSewJkIMWSUvYzvl13 Tyo3n8Ms8T4dzCmKUsrLvoZbRxY85FbZxEa8oYWXsqDIMByPFdC1cYQaMXHVxNMEX9wI LykclfVlGrRYLyVKARUSE/wd10jlf1T8BhEEE8KkgWIdyM4h+cPY3JMq27djBN6Qx1wt gZrtYErHCJQzTzinS/ZMVRW+2Trkak4YUfq9d5y2DWO9g4pbn2TcdNwWtaArqZcUBQL0 lxLw== X-Gm-Message-State: AHPjjUgo/WUSTlnRSqzzZkfJL6aRLpDpqiizFO/9Vz72mQE5EzNQX67q B1wefuIE0eBemw== X-Google-Smtp-Source: ADKCNb4oZdJCA93JBCQVTGTvE3CpGOUtvle6jAENPqt+kxKHfIy29Jg8GfDOM2hSe1MthnkOeeB15Q== X-Received: by 10.107.173.169 with SMTP id m41mr3626715ioo.124.1504607993782; Tue, 05 Sep 2017 03:39:53 -0700 (PDT) Received: from 1170ee0b50d5 (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id 82sm64835itg.37.2017.09.05.03.39.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Sep 2017 03:39:53 -0700 (PDT) Date: Tue, 05 Sep 2017 10:40:00 -0000 From: Yao Qi To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 4/4] Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.exp Message-ID: <20170905103950.GG8425@1170ee0b50d5> References: <1503828934-26404-1-git-send-email-simon.marchi@ericsson.com> <1503828934-26404-5-git-send-email-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1503828934-26404-5-git-send-email-simon.marchi@ericsson.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00084.txt.bz2 On 17-08-27 12:15:34, Simon Marchi wrote: > + # Test that GDB updates the target description / arch successfuly > + # after the exec. > + gdb_test "continue" "Breakpoint 1, main.*" "continue across exec that changes architecture" > + gdb_test "info inferior" Nit, any reason not to match the output here? > } > > -# Test that GDB updates the target description / arch successfuly > -# after the exec. > -gdb_test "continue" "Breakpoint 1, main.*" "continue across exec that changes architecture" Patch is good to me. -- Yao (齐尧)