From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id B6oAFxcUeWIhQQUAWB0awg (envelope-from ) for ; Mon, 09 May 2022 09:16:07 -0400 Received: by simark.ca (Postfix, from userid 112) id 519C81E21F; Mon, 9 May 2022 09:16:07 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=locadTqd; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 205DB1E143 for ; Mon, 9 May 2022 09:16:05 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 62343389EC47 for ; Mon, 9 May 2022 13:16:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62343389EC47 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1652102164; bh=hiq+AQj8wbuj/UAkMx8qn/bzlkybCedwlvygZ4nyHrU=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=locadTqdNxA2fXDCIOl3UgSwJv47vzXt+MchWxcxqaEgtgqVN0aRYFeiJu4/aBHln 3Y/Ps53sZiQ9PZiz4o5LMMo4UIw5t4j2M8auiwCLBqeBLUtGtOTxIBM4zsEtLSWF7F gVdzPtmVqsz3BK21Iaxds+MywGbOeLy/xSS1DQG8= Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 15F993888C78 for ; Mon, 9 May 2022 13:15:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 15F993888C78 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5063F21B33; Mon, 9 May 2022 13:15:45 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 39029132C0; Mon, 9 May 2022 13:15:45 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id dFe3DAEUeWLpWgAAMHmgww (envelope-from ); Mon, 09 May 2022 13:15:45 +0000 Date: Mon, 9 May 2022 15:15:43 +0200 To: gdb-patches@sourceware.org Subject: [committed][gdb] Make btrace maintainer entry more clear Message-ID: <20220509131542.GA5405@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) 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: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi, Do: ... -record btrace +record + btrace ... to clarify that the listed maintainer is only maintainer of the btrace part of record. Committed to trunk. Thanks, - Tom [gdb] Make btrace maintainer entry more clear --- gdb/MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 225c4b24722..700fd3cd8b4 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -389,7 +389,8 @@ SystemTap Sergio Durigan Junior sergiodj@sergiodj.net Reverse debugging / Record and Replay / Tracing: -record btrace Markus T. Metzger markus.t.metzger@intel.com +record + btrace Markus T. Metzger markus.t.metzger@intel.com