From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x231.google.com (mail-lj1-x231.google.com [IPv6:2a00:1450:4864:20::231]) by sourceware.org (Postfix) with ESMTPS id 37EDB3858D37 for ; Thu, 29 Sep 2022 07:09:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 37EDB3858D37 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-x231.google.com with SMTP id g20so539346ljg.7 for ; Thu, 29 Sep 2022 00:09:33 -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=MyZWEif/smjwyVBVxcuXpylkDyo7hz16IOu36/fcxRyS/qnhhHJHDjKzybXw9KFgxH Tnnq7vvDW/bCHJl3xt1kg72K5RG8HMRnmFgjNrVBZ/Db5GQ/zvzRvsG8UpfjniC0fe95 tn3BHHLDmws6V4cV/GcElYfQDfqjo4B2iT3gmwuyhLuh3pNDsrsY5euQsDA1B/Ty1phq 4h4IWcPRHkkxTa7K1hA2iMCMNkAvmB7LlkcN3SGGDqSa+dq8nPymvJ7bz59ouZ9862Ur 8JuO4YjhjckkSWIKroBMgmRSxG0M9W/boslRZLJ9x3oH9CQWkpcBqUQYbzofD6fmm0s9 a0Bg== 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=4RNnluA8d3ns78W0qMEed5efBhA0cekSMva8YYxg9pBo8DNYapn/vM2u0U9qpLXCxI tyATz5fLccs+2MYkMNn3dVjKHZ3hmJJ/IOm/VnLlLm5Ci10vOaQuOFqnGBIgkVhm9r98 Bsw1jeUKiBrFqoP/aVXVBr75Ed+BUbF2SIUEVnuE05jk6sjuoA/NI3FEsSRP24vq6v6b NmR2vM6dKFaTbtDmXe1RUA5DYWuV3BjutKsGOhL9qfe72NgmO58BjrELDar8xPZHUV/o M8H6XF6tKTyIsCk6G7U8EV3ZowOtWMKpWOO+gqlqSNHXT/zrubC88bYCGbHHHdWNtXfN VOpw== X-Gm-Message-State: ACrzQf0Z8gT9NCo8eHolM+4JsFcaj1Oi2giRlLzWNDGp1hTlx+D5SuWs KyVmoR24aNjvDI2cLBSUWRzyxUzumxv88Q== X-Google-Smtp-Source: AMsMyM4lepFUINAznbOz7uH+rQ1Fg2gca1AU0CJ+XnsPYtQXxiBt3eHubTXN1UjAzmeuDoIYEN3AGQ== X-Received: by 2002:a05:651c:2397:b0:26d:b451:787d with SMTP id bk23-20020a05651c239700b0026db451787dmr604461ljb.83.1664435371793; Thu, 29 Sep 2022 00:09:31 -0700 (PDT) Received: from [192.168.219.3] ([78.8.192.131]) by smtp.gmail.com with ESMTPSA id f15-20020ac25ccf000000b0048a921664e8sm698960lfq.37.2022.09.29.00.09.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Sep 2022 00:09:31 -0700 (PDT) Date: Thu, 29 Sep 2022 08:09:26 +0100 (BST) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING^5][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 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, 29 Sep 2022 07:09:35 -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