From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 048873858C00 for ; Thu, 1 Sep 2022 10:32:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 048873858C00 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-x42a.google.com with SMTP id m16so21713337wru.9 for ; Thu, 01 Sep 2022 03:32:38 -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=WWfBp5QHL10kK32ABpq9M1ad46p+e3gTzvJOPEy3sGA=; b=UkNQWFijYKjQ0J/s9S/1n5/RVjTKy+PTQlU8lopegPHxLfnxzPSKl7r8uVCSMDKed3 mn5K0in0nvyHbCM1zloe1HxdXQleasi9rkGvClnBZjwuUEx8uTTnQwWvpXppjxLixR4O UkjmhtrjGNzi7+8oZD1i1B1fbLRux0ZLmqSsGEkHG5BRl6tTyRxFDPD4qRDbiAPw2KpP fvj6fg7V2Xoa191GIVRjUF0BoKMIXKWGNYLPmhssPzuvsmkU7VgXFVT+AijyhuXRDfJd bQwsff4ekLaA/umEu+YZpRsa507Pwz+rN2tXdMuT+CnmfC7KSPmxGeDanEk0OQM0dquO YnKg== 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=WWfBp5QHL10kK32ABpq9M1ad46p+e3gTzvJOPEy3sGA=; b=UlXyIAVkbhdYGHojCpBabSXNpisSwkQNwfYQallFWdc0oNQDBO6rtQZ5s5+ijF2NbR cf7544Lqdjcp0gQicJongZToZYc1EidV2EdP1qvqWRCIZR11Rz6Y1ClkMx8Peys6LuQR weD1mF/XclT8CS3ryu5kUosOTbrnTN35h6cg78jAvQtNnduohPol1XfVwgqcgQbg5vt+ 6lA+ObBeJFuVXc0tW0v+Gk9NHhMBlc/Lxqc/gt7pCC1j+9Hs3M5uVda6dWiCP4plo8f0 IT8H0GfOQ3iISVciB2LbYmI2z/OHqSTQRwAp7ACthFoUTJC13oO9Pk3r4c9qVCScoHQ8 NkXQ== X-Gm-Message-State: ACgBeo2DH4Xb+hzN+JRI7EgssJLXqbCqUiw8/yoCu6RZcCnMKqQSnczR pk/SnFLb/WatMLMU139h67HvIOHDWdn5nPXB X-Google-Smtp-Source: AA6agR412S2/caJbqtutOXBzniG5YylDmrjzqdnXtOL9DfOd+NlEy6QzubkfxlXPyPEtiJWkenoaqQ== X-Received: by 2002:a05:6000:1a8b:b0:222:cac3:769a with SMTP id f11-20020a0560001a8b00b00222cac3769amr13813957wry.120.1662028357870; Thu, 01 Sep 2022 03:32:37 -0700 (PDT) Received: from [192.168.0.201] ([212.69.42.53]) by smtp.gmail.com with ESMTPSA id f17-20020adfdb51000000b002252cb35184sm13923778wrj.25.2022.09.01.03.32.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Sep 2022 03:32:37 -0700 (PDT) Date: Thu, 1 Sep 2022 11:32:36 +0100 (BST) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING][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.9 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, 01 Sep 2022 10:32:40 -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: . Thanks, Eli, for reviewing the documentation parts. Maciej