From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id B718D383F843 for ; Thu, 19 May 2022 14:24:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B718D383F843 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-226-tzvqt3WpM0CG_elkLXboHg-1; Thu, 19 May 2022 10:24:39 -0400 X-MC-Unique: tzvqt3WpM0CG_elkLXboHg-1 Received: by mail-wm1-f70.google.com with SMTP id u3-20020a05600c210300b0039430c7665eso1897628wml.2 for ; Thu, 19 May 2022 07:24:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fl/boKaj0q+eJ+98f+aiZ4v4Dfr8hrHBOFjQ0+0mFK4=; b=z0UrfwJk+h31sRpYQlVyklnuqFL4gpGxSTUwCxUFg7rNGotyseHZexp//+H3BqyCS1 ZEchxkT1uPT8QLCGUfuX9IgdQ5KknQaK3B3ylYRd2cqS9axv0ctdUfoh7WEWIqxHTSAg zsYqdbMQpuiRq7AQ5KS7Z/Yc52ENZFqkHNgum0iA+0wJOC7/2sIyLbyvrmn0xLZasgTb 3/p6r5xJlTgxhPdlMr3eLeKEMVDK54A8eHleDsEjsrS8/ZedrwKhR0L37c7T5DYsWGkM KrMLo+iYo5KT+qERE4pZ8LkhcI/Tzvw2sMBOItFanhFZWIEy6kQ9hybLH9qED8ChoGj2 qO5Q== X-Gm-Message-State: AOAM531lD3OB08aJwf1Q/UHaAZv2YVw4rB98vcRCWO3HzxVW4xZ/iblj jSiF+kNc+ACpGhXqVhapadef1SbcjnUW+0HLiCbup6eeMvNaTmSLnQZi3PMsRR217jHP0cXTZYI 5BrIB/jrhOVy2gQW0HF/WaoyXE8HnfAlYroa+K+pY+VLK5na9VTmfZ9rXbEeV2nDvw6c4y+u8Ig == X-Received: by 2002:adf:e10d:0:b0:20c:dc8f:e5a5 with SMTP id t13-20020adfe10d000000b0020cdc8fe5a5mr4281271wrz.265.1652970277988; Thu, 19 May 2022 07:24:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzOBLWnIaDZvMXXL14csPYuCvLT2KLGuVFIyeJmbhavUVdqb0ytakwmRTX1uD/1SpamOYdORA== X-Received: by 2002:adf:e10d:0:b0:20c:dc8f:e5a5 with SMTP id t13-20020adfe10d000000b0020cdc8fe5a5mr4281253wrz.265.1652970277758; Thu, 19 May 2022 07:24:37 -0700 (PDT) Received: from localhost (host81-136-113-48.range81-136.btcentralplus.com. [81.136.113.48]) by smtp.gmail.com with ESMTPSA id a12-20020a056000188c00b0020c5253d8ddsm5697699wri.41.2022.05.19.07.24.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 07:24:37 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PUSHED 0/3] Re: [PATCH] Fix inconsistent input/output of example Date: Thu, 19 May 2022 15:24:31 +0100 Message-Id: X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 19 May 2022 14:24:42 -0000 Nikolaos Chatzikonstantinou, Thanks, I pushed your patch. While applying this I spotted some additional improvements that could be made to the 'info pretty-printer' example, so I pushed those too. Here's what I applied. Thanks, Andrew --- Andrew Burgess (2): gdb/doc: make use of group/end group in 'info pretty-printers' example gdb/doc: use @value{GDBP} in 'info pretty-printer' example Nikolaos Chatzikonstantinou (1): gdb/doc: fix inconsistent info pretty-printer example gdb/doc/gdb.texinfo | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) -- 2.25.4