From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by sourceware.org (Postfix) with ESMTPS id 473E43858010 for ; Wed, 4 May 2022 10:05:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 473E43858010 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wr1-x430.google.com with SMTP id x18so1341666wrc.0 for ; Wed, 04 May 2022 03:05:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=32ITtAlt7L8MKHwQj16q5W/WbPgFhgRY1DTOPyxf2oI=; b=Jl2T4yhDKBxMFgG0r06GQCpqriDKUPXzZWlsx8Y+hdQq3k5HhlRS1VlnyeBHSFA9XY vITlp5ZzIH5+TTKzRPlTWziKwl4CzqPp1KWfUkat94hbioPA+OEWrJKcKmKZkR5XEy2m CjAWS/9FzMW+DIHcb94cBOzQTsr5d28bUIXy7a/xlhm9G68BYeX9zIQmsHxRjGXNWoLR Pxh6xDAaJ/0YMMHQjmxpxthPkBkDZ5zbxvXcx/0t2OvFjnTWpxDHTO73j5LtyBnTSvG+ SsjEpxW1oCrqsSrxHQnjUnK0Z1rpZcLddXuNSJemzLTcPNP4FTVE978TFGiFyNuYThz/ TDHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=32ITtAlt7L8MKHwQj16q5W/WbPgFhgRY1DTOPyxf2oI=; b=FdL4Tv0g5vnqC9TpkfqkUQyA8jQ5kuZ6gUMdEo+uEnZGJW6hdF2zOGzMN4nhiRBSZD UyswBjZvbXscHeHSdG9Jtw6bqTTJBL9b3huPKAruVwoNbTRHZpZNHFq7MNvjxUACDOhq ewoCIzbNB11Kff66Fp+BZrBSYzPc1VthugiQtkM8xdkMLLU+ibkA44qxgHO2VgkhgBiu ytIXuSYz4QwePcDySeda1QdxThDAjk4Okc2R6VggT0EZJ+Aqvz+2MV2+EMw7raoIzH5E F4F9BQAIkPWoWu7aowOSACGBmRoLoEWU3j2huHcg0GWDRIOQFwRX4FXh8SqIOWC01Ggs 0bjA== X-Gm-Message-State: AOAM530J7P8YPnY2BFdY11qVIu1lEUR7ZqkODnlgPtCtF8tlesf3TREm RxV1o8Qk8ODAoZPdocN7/fJkup26xCr5FaRd X-Google-Smtp-Source: ABdhPJw+aobfsusX9iKRnR4KvEeRERnZDvNPb4ADDE6/s7kE3s96bKI1jWxoc+EebhZrktJKlhv6gA== X-Received: by 2002:adf:db46:0:b0:20a:c903:4711 with SMTP id f6-20020adfdb46000000b0020ac9034711mr15587188wrj.625.1651658750053; Wed, 04 May 2022 03:05:50 -0700 (PDT) Received: from [172.16.3.247] ([194.168.26.145]) by smtp.gmail.com with ESMTPSA id q20-20020a7bce94000000b0039456fb80b3sm1502986wmj.43.2022.05.04.03.05.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 May 2022 03:05:49 -0700 (PDT) Date: Wed, 4 May 2022 11:05:48 +0100 (BST) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING^4][PATCH v5 0/8] gdb: split array and string limiting options In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 04 May 2022 10:05:53 -0000 On Wed, 30 Mar 2022, Maciej W. Rozycki wrote: > Following earlier discussion for compatibility with existing setups I > have implemented a mechanism to make the `set print characters' setting > follow that of `set print elements' by default. Consequently what was a > single change has now grown into a patch series. Ping for: May I ask to get the thing at least rolling? In particular 1/8 and 3-5/8 are I believe pretty uncontroversial, so while not ones I'm interested in the most, getting them pushed would at least be some progress and less to handle later on. Maciej