From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) by sourceware.org (Postfix) with ESMTPS id 6CAB138582AF for ; Wed, 14 Sep 2022 17:43:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6CAB138582AF 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-lj1-x233.google.com with SMTP id 9so18288572ljr.2 for ; Wed, 14 Sep 2022 10:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=mime-version:user-agent:references:message-id:in-reply-to:subject :cc:to:from:date:from:to:cc:subject:date; bh=waLIMd35OPfHCSVXEGtj6a3D0slL84KcFqaEreq5wwQ=; b=fBmHWESVZeV3xI32U2Bdd5TyTt3gn8QxE4blSGJqysZuDNh9YeU0uhbCVnsAB3p4/v VldaC35BbcV9w3hN8vCSwMaEUIUSfVXP6iH5TNNECS6DPb0xJXgTcSCHjJR6uyvqR93l 4IUkz1KuP52m89bPVo+Ts0HBhZg86o9lmi2xmOc2peks0SnZ3X2dXPeNeiFcQAppUm6S 466VQGq/I8rZb7VPZW/po1Jc5bry9DfPpUJ62j/grBlyu0l0aJtHLeoXQkZFDgzntg6h 58X8cgYVCPqnzz6LXBTx78ap6J3X4tJ2W82pl4vBfDEkrIeGTWsDPATKMZNaPoUib87L nTVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:references:message-id:in-reply-to:subject :cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=waLIMd35OPfHCSVXEGtj6a3D0slL84KcFqaEreq5wwQ=; b=UkuRDoEuNY+AMxBm/lZswlZPRkYTJcEKMfY6JOwBXCkTS1rzEai9dgDlczu95Kv2Pj 4xwuQmhQheBAb77zrpM7nkyqgcJBj5C3xtb8xfdJVnebZ4m6EAlW8HW1WTaN+ITcLIyh LK2+llz/q6WyVAUyt8zn6tV1ahZblP+oOcVgXlJJ/G/Y2Ow77S2rWhQyVsoCgAz8n1K+ reGU+Rf5xe/5h/3Z8Lc3VzUPO/5wW1GubzjVMEyqRdx8ND5JC6ZOTQLg2ndlOGiQ+63Z 0oGxaaRo/8uJdK8OpaYeSmZhYbMpGfQmiGSwLmkEzOGr/b85fWmz8YkPK5m8aGFRvGqf sdHw== X-Gm-Message-State: ACgBeo341PEpB7fKjfd1zTDxio84gdJBMBuNz4PorKSwwqg6eH7nCCqu O0S0HKFUQpbip4W/v9XxbZARYCsvifN8PeZU X-Google-Smtp-Source: AA6agR7g7axtQ8pyLlVxecYYjq2QKu7qe2nG3yaeyMSxAjZQ/PwX24WTkc+K+zC3IdtHZLPp3e0XoA== X-Received: by 2002:a2e:9790:0:b0:26a:d210:ecfc with SMTP id y16-20020a2e9790000000b0026ad210ecfcmr10035584lji.441.1663177413865; Wed, 14 Sep 2022 10:43:33 -0700 (PDT) Received: from [192.168.219.3] ([78.8.192.131]) by smtp.gmail.com with ESMTPSA id k14-20020a2ea26e000000b0026acfbbcb7esm1159428ljm.12.2022.09.14.10.43.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2022 10:43:33 -0700 (PDT) Date: Wed, 14 Sep 2022 18:43:30 +0100 (BST) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING^3][PATCH v6 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.5 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.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: Wed, 14 Sep 2022 17:43:37 -0000 On Wed, 17 Aug 2022, Maciej W. Rozycki wrote: > Here is v6 of the series to split array and string limiting options. > > I believe I have addressed one way or another all the issues Andrew has > raised in the review. In the course I have discovered more issues that I > concluded need to be addressed in preparation, so the series has gone back > to 8 patches even though some of the 8 patches from v5 have been approved > and committed. Ping for: . Maciej