From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86835 invoked by alias); 18 Aug 2018 20:32:25 -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 86726 invoked by uid 89); 18 Aug 2018 20:32:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 18 Aug 2018 20:32:23 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3CE2440241DA for ; Sat, 18 Aug 2018 20:32:22 +0000 (UTC) Received: from pinnacle.lan (ovpn-117-83.phx2.redhat.com [10.3.117.83]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F0C601C703 for ; Sat, 18 Aug 2018 20:32:21 +0000 (UTC) Date: Sat, 18 Aug 2018 20:32:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [PATCH 2/3] Add support of DW_OP_GNU_variable_value to DWARF assembler Message-ID: <20180818133220.5971d17e@pinnacle.lan> In-Reply-To: <87k1p71elh.fsf@tromey.com> References: <20180802210405.5c04ca7a@pinnacle.lan> <20180802211949.6dbd4e00@pinnacle.lan> <87k1p71elh.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00441.txt.bz2 On Fri, 03 Aug 2018 12:37:14 -0600 Tom Tromey wrote: > >>>>> "Kevin" == Kevin Buettner writes: > > Kevin> gdb/testsuite/ChangeLog: > Kevin> * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value. > > This is ok. Thank you. > > Tom Pushed.