From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72384 invoked by alias); 31 Jul 2018 09:14: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 72371 invoked by uid 89); 31 Jul 2018 09:14:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:user, Hx-languages-length:908, H*F:D*cz X-HELO: relay.fit.cvut.cz Received: from relay.fit.cvut.cz (HELO relay.fit.cvut.cz) (147.32.232.237) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 31 Jul 2018 09:14:55 +0000 Received: from imap.fit.cvut.cz (imap.fit.cvut.cz [IPv6:2001:718:2:2901:0:0:0:238] (may be forged)) by relay.fit.cvut.cz (8.15.2/8.15.2) with ESMTPS id w6V9Ep93016897 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Tue, 31 Jul 2018 11:14:52 +0200 (CEST) (envelope-from jan.vrany@fit.cvut.cz) Received: from sao (02788439.bb.sky.com [2.120.132.57] (may be forged)) (authenticated bits=0 as user vranyj1) by imap.fit.cvut.cz (8.15.2/8.15.2) with ESMTPSA id w6V9EmiZ015427 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 31 Jul 2018 11:14:50 +0200 (CEST) (envelope-from jan.vrany@fit.cvut.cz) Message-ID: <47a18fed06b28c4b2ef602f52ec247f527b3aa54.camel@fit.cvut.cz> Subject: Re: [PING] [PATCH v5] Fix segfault when invoking -var-info-path-expression on a dynamic varobj From: Jan Vrany To: gdb-patches Cc: Tom Tromey Date: Tue, 31 Jul 2018 09:14:00 -0000 In-Reply-To: <878t5s655q.fsf@tromey.com> References: <20180702192047.18384-1-jan.vrany@fit.cvut.cz> <64280436fa39130ab3f567ce968a40d5f2f5ce62.camel@fit.cvut.cz> <878t5s655q.fsf@tromey.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg00802.txt.bz2 On Mon, 2018-07-30 at 10:48 -0600, Tom Tromey wrote: > > > + Copyright (C) 1999-2018 Free Software Foundation, Inc. > > > +# Copyright (C) 2008-2018 Free Software Foundation, Inc. > > > +# Copyright (C) 2008-2018 Free Software Foundation, Inc. > > These dates look weird. I assume you copied the headers from elsewhere > -- a time-honored tradition. However if the files don't substantially > share anything with other files, I think just 2018 should suffice. > Oops, you're right, I just copy-pasted the header from other files and forgot to fix. I'd say these files are completely new, though indeed I took an inspiration from other files to see how to write a test. > This is ok with this either fixed, or if there's some overlap, an email > to that effect. Fixed patch will follow shortly. Thanks, Jan