From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id tJJCBUffs2AnJQAAWB0awg (envelope-from ) for ; Sun, 30 May 2021 14:53:59 -0400 Received: by simark.ca (Postfix, from userid 112) id 06D181F163; Sun, 30 May 2021 14:53:59 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 61C201F15E for ; Sun, 30 May 2021 14:53:58 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E648A3857C68; Sun, 30 May 2021 18:53:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E648A3857C68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1622400837; bh=wU6LBiTn6ghf3Mta17L2Oko006msGDEuJA7dT/E9LSU=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=CPc7LdCCnoQT1TePl2EVNdysjAPR1T150j+OFfKRNR3CwcaIHMhPnAVLCpAvEai3+ orBlpDJftZAtnZff252uBQL30w0YCauQrJlJcw+t3Ir/5qf2ap/8TM+UkOt0XnenWP 41FkXsX4XM/R7/kDKuoO7RJGvLsXvUsmNRneii1g= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 1DC793857C68 for ; Sun, 30 May 2021 18:53:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1DC793857C68 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44044) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lnQZL-0006jo-DV; Sun, 30 May 2021 14:53:51 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1109 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lnQZL-0002jx-01; Sun, 30 May 2021 14:53:51 -0400 Date: Sun, 30 May 2021 21:54:03 +0300 Message-Id: <83o8cs2gtw.fsf@gnu.org> To: Andrew Burgess In-Reply-To: <20210530183442.GG2672@embecosm.com> (message from Andrew Burgess on Sun, 30 May 2021 19:34:42 +0100) Subject: Re: [PATCH 3/5] gdb/python: add PendingFrame.level and Frame.level methods References: <5d6ac8c94e5c473d533d945ba9759af2d8ae57a6.1622321523.git.andrew.burgess@embecosm.com> <20210530183442.GG2672@embecosm.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > Date: Sun, 30 May 2021 19:34:42 +0100 > From: Andrew Burgess > > I realised that I failed to add a NEW entry. The patch below is > identical to the original patch, but also includes a NEWS entry. The NEWS entry is OK, thanks.