From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id EBECC3858028 for ; Thu, 8 Sep 2022 09:37:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EBECC3858028 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-wm1-x331.google.com with SMTP id n17-20020a05600c501100b003a84bf9b68bso1329856wmr.3 for ; Thu, 08 Sep 2022 02:37:10 -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=g6DWG5gzgzVyjjLEpypk34Xz2Y952hA1P8yRgvsdRQK1UsCvf3DXxXhh1v2IM+M3/c ZykqgOg74xER91NQO4Jer+FhTjY/vWxOtEOVfvXsUkHIiFGe06H7aAXxRuDBLfCPzaOS +zBKnS8HGKF3N1PW+4v8hfoaiObMnZUKBm+pHB8P+0YN/vzX8v9Rx+dEKZhxK/BsFEtJ jidzbKWedDJFC9EkWtylSQaWbUgjvU6c4lqphnV7I9BUcS8M3F0MZjaZcGfZa18Obv+a hp6J6slQw+g2CLV6t4vdW4AyTyO+QB54w9jVnNDgcRgdGzChnMHfqJWlgn51CPziltW7 UxDw== 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=JQYNWXIY631BGFgGVl4bk4eZC34ShYnPj0kx7JIR9BFqN6elTjzID+HUqqKF6WZYBB B98Gk02L+1+kx2Z931v1Q0kFfz2wytSSHJQm2dFutlnu9fA10TxvxfJH90zkS8a6UTct MHrNhQUbuhh7ZeBJVOJ9fLItS+uaSllPvPXWq7NBUk8Lu/v6lFN3ZqFETuflafgE5yWD +cb+0xpKQfQH0ov/CNHXVAYeJ0/byeayirjjRMwt6a7vicobOxlGdG0SHoI21DeudxVU 82HNM5GFmzjVqfH4Ll5DJzDtg3h+wu0M6sXhsV/RwFbkikW0JbEGqESzqIc0ohJ8nKoZ Q0CQ== X-Gm-Message-State: ACgBeo0nKrHql+oTp4JTVt5h1qN+sIlHGhlq9IgkoXLIKKEmWYAtEP9F to9Mkun8XFVasX+byXEPuPKJcpelNZlUFpu7 X-Google-Smtp-Source: AA6agR4iPMrN9jkt0qcajTklIKI02fFBE4G248tX5jU/oM76N54SfAZiJYhKwnwAYnKxucZBZDX54w== X-Received: by 2002:a05:600c:28c8:b0:3a8:40bb:be4c with SMTP id h8-20020a05600c28c800b003a840bbbe4cmr1684448wmd.28.1662629828940; Thu, 08 Sep 2022 02:37:08 -0700 (PDT) Received: from tpp.orcam.me.uk (tpp.orcam.me.uk. [2001:8b0:154:0:ea6a:64ff:fe24:f2fc]) by smtp.gmail.com with ESMTPSA id r13-20020a05600c35cd00b003a319b67f64sm8378573wmq.0.2022.09.08.02.37.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Sep 2022 02:37:08 -0700 (PDT) Date: Thu, 8 Sep 2022 10:37:06 +0100 (BST) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING^2][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.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.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, 08 Sep 2022 09:37:12 -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