From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26562 invoked by alias); 1 Nov 2019 13:18:12 -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 26554 invoked by uid 89); 1 Nov 2019 13:18:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=overlong, over-long, interacts, HX-Languages-Length:1404 X-HELO: mx1.osci.io Received: from polly.osci.io (HELO mx1.osci.io) (8.43.85.229) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Nov 2019 13:18:10 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 6B1BB2048C; Fri, 1 Nov 2019 09:18:09 -0400 (EDT) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [8.43.85.239]) by mx1.osci.io (Postfix) with ESMTP id AAB7B20172; Fri, 1 Nov 2019 09:18:07 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id 93F4820AF6; Fri, 1 Nov 2019 09:18:07 -0400 (EDT) X-Gerrit-PatchSet: 1 Date: Fri, 01 Nov 2019 13:18:00 -0000 From: "Tom Tromey (Code Review)" To: Sergio Durigan Junior , gdb-patches@sourceware.org Cc: Andrew Burgess Auto-Submitted: auto-generated X-Gerrit-MessageType: comment Subject: [review] Make 'target_{short,long}name' inline functions and check if 'current... X-Gerrit-Change-Id: I8a9a4dd6edc3784dc089f37d56f2d020567b4aee X-Gerrit-Change-Number: 481 X-Gerrit-ChangeURL: X-Gerrit-Commit: abd3eda0082e24acbce072dd34ff9f32c842697b In-Reply-To: References: X-Gerrit-Comment-Date: Fri, 1 Nov 2019 09:18:07 -0400 Reply-To: gnutoolchain-gerrit@osci.io MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/3.0.3-75-g9005159e5d Content-Type: text/plain; charset=UTF-8 Message-Id: <20191101131807.93F4820AF6@gnutoolchain-gerrit.osci.io> X-SW-Source: 2019-11/txt/msg00018.txt.bz2 Tom Tromey has posted comments on this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/481 ...................................................................... Patch Set 1: (1 comment) Probably Pedro should look at this... I wonder how it interacts with the multi-remote series. https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/481/1/gdb/testsuite/gdb.tui/segfault-corefile-run.exp File gdb/testsuite/gdb.tui/segfault-corefile-run.exp: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/481/1/gdb/testsuite/gdb.tui/segfault-corefile-run.exp@60 PS1, Line 60: 55 | 56 | Term::command "core-file $core" 57 | Term::check_contents "load corefile" "21 *return 0" 58 | 59 | Term::command "run" 60 > Term::check_contents "run until the end" "\\\[Inferior $decimal \\\(process $decimal\\\) exited normally\\]" This line looks over-long. -- Gerrit-Project: binutils-gdb Gerrit-Branch: master Gerrit-Change-Id: I8a9a4dd6edc3784dc089f37d56f2d020567b4aee Gerrit-Change-Number: 481 Gerrit-PatchSet: 1 Gerrit-Owner: Sergio Durigan Junior Gerrit-CC: Andrew Burgess Gerrit-CC: Tom Tromey Gerrit-Comment-Date: Fri, 01 Nov 2019 13:18:07 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment