From patchwork Mon Sep 17 22:57:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 29432 Received: (qmail 68826 invoked by alias); 17 Sep 2018 22:57:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 68815 invoked by uid 89); 17 Sep 2018 22:57:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailsec101.isp.belgacom.be Received: from mailsec101.isp.belgacom.be (HELO mailsec101.isp.belgacom.be) (195.238.20.97) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Sep 2018 22:57:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1537225043; x=1568761043; h=from:to:cc:subject:date:message-id; bh=y7f1R5pBc1R4o0rAMoFs+W9Txjq8f7Xl0i85dp7g7pU=; b=s+wn27kRk6f89MBWdi6SKO1A9pTAU332rmFIeBDdHtsoOX5II2c8dIok il+iPDD7fkg74Nr0YAcEF3DSI/9x1A==; Received: from 65.33-242-81.adsl-dyn.isp.belgacom.be (HELO md.home) ([81.242.33.65]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 18 Sep 2018 00:57:21 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [PATCH] [OBVIOUS] ChangeLog for obvious enable frame-filter help fix. Date: Tue, 18 Sep 2018 00:57:14 +0200 Message-Id: <20180917225714.29759-1-philippe.waroquiers@skynet.be> X-IsSubscribed: yes ChangeLog for 62b1765c90ddce54c04a97caac86425d50f2cc56 --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e984f53a66..a468d8dc32 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-09-17 Philippe Waroquiers + + * python/lib/gdb/command/frame_filters.py (EnableFrameFilter): + Fix short help line. + 2018-09-17 Tom Tromey PR python/20445: