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 BB02D38308F8 for ; Thu, 8 Dec 2022 12:05:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BB02D38308F8 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 u12so1345497wrr.11 for ; Thu, 08 Dec 2022 04:05:33 -0800 (PST) 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:message-id:reply-to; bh=8RmR45wT/3hv5bG+fYDUiSBlCnKLaNW6oZ8Gr9rYi3A=; b=DutMSXcsVWS5V4a2ntfNFuSN/82+npfQuLYw1lhwEjGuyCc/JB1BXbd77S3JdGKqYA J32OQURWJr7+8sbLegjWazfbe1ekWKMAMpn0Zsr099KsbMzLQ31wZftTSAVHiP+TsEX5 QkHYump0UAw5mcMQjWwY2hI+RhUfXNIE5nrZCDw3qDHbIWwcZwfhofQEB61VKzPiMq87 ueCIF9q0wWMMzmUM11RPjY2349p0UOPIu6YElHTtxwemrh+GDgKnOSCboPOBOHLToyv0 Xe+GYcIZf37HDcaLIMsMfQZXBQ9i+EkHREI3vD8zI4JPb05T8/g/DfaLsnDa95XsI+bo 7tXg== 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 :message-id:reply-to; bh=8RmR45wT/3hv5bG+fYDUiSBlCnKLaNW6oZ8Gr9rYi3A=; b=rfx84Lp7JrnjkoGpoEKfcLe5XYlJfuuQxS63zx3qggWImIb7rN8qzWrBf060lSCqln 5Rte9KQAneVYQduwHWNO0kBf7zDSTyjsiXnFDQRVjzG6TsVmfoM8C1Hda0EpuDi9KEwY BhRrpEHEJjTx7WOvSPCmew9rIY7pUz+ZXrmBRC8YJeczHBN3LmcX2v1g3xclioES/CWO Q+AX5YGsqM3ydlBTjl390DLevrptYiIBUJ7w63jRyIbip7wLIsrPaDE3xT/2OVVL/fH0 YE6z82+20WOuMGUEsf76XCGVqfCeJkh9cn3iVjCUnzTyaZ6O5a1hVvxB6cDsNuEdyR4B 9g3Q== X-Gm-Message-State: ANoB5pkwswz12VXRTvxZU1n3961IVl36p9mxqKTN2QGspJCmnXSMUCCm ok6/z07PTuSGkc2f0+1ZuGiIrdm+x1TNPbNm X-Google-Smtp-Source: AA0mqf47BY398zHL/II+0KQzoPowDLUtW+INrEZhalgBRBbJYNcr6qyaiViaZP9fu7yUcjTozawNZA== X-Received: by 2002:adf:a552:0:b0:242:1425:ddbd with SMTP id j18-20020adfa552000000b002421425ddbdmr27933720wrb.508.1670501132585; Thu, 08 Dec 2022 04:05:32 -0800 (PST) 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 g13-20020a5d554d000000b002365cd93d05sm21924773wrw.102.2022.12.08.04.05.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Dec 2022 04:05:32 -0800 (PST) Date: Thu, 8 Dec 2022 12:05:29 +0000 (GMT) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING][PATCH v8 0/6] 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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 24 Nov 2022, Maciej W. Rozycki wrote: > Here is v8 of the series to split array and string limiting options. > > Since no consensus was reached as to fixing PARAM_ZUINTEGER_UNLIMITED > API for the `unlimited' setting I have dropped what used to be change 1/4 > in v7 and adjusted what used to be change 2/4 accordingly. I have also > moved extra literals out of the `erased_args' structure as requested. > > While updating inline documentation in the course of the latter action I > have noticed that it has gone out of sync WRT actual code for numerous > functions in cli-decode.c. So as not to mix up additions with fixes I > have made preparatory changes 1/6 through 3/6 that address the problems > with documentation first and then changes 4/6 through 6/6 respectively map > to changes 2/4 through 4/4 from v7. Ping for: Maciej