From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x230.google.com (mail-lj1-x230.google.com [IPv6:2a00:1450:4864:20::230]) by sourceware.org (Postfix) with ESMTPS id 1572B3858D20 for ; Mon, 9 Jan 2023 12:27:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1572B3858D20 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-x230.google.com with SMTP id x37so8699383ljq.1 for ; Mon, 09 Jan 2023 04:27:10 -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=E9B0qFcVys7+Q0XG8+/e6gdD4pgea7t4p4qYqYrMHPeiA3f9QCoEOqW0ICDsVwjXlH tI/8tbMV99EcVzcQscuw5qsFCTGCEiIldaFmD+aE+hNSkCMCaeGDUF15RxQK0R10XRtU xU4IiLKurPcRkEkEmv8n7vmH6zS0z2zLjgtE80C7Iue6q0D7b9bB/cwvBqsMM+7gOEht gkrI6RfUNM0vXO7oZt/Jp6o/THdW0Lq12tdxKYT3kA3WE2p2OlgMaCebI+zjmz5oNqMt a2t3kgPM9NR5/Y0fy+H9wRVc+/CG+c/wdOXhqSajwQPWym7CuWO1cU6Uz6CJM60jPzlI xldw== 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=rz/fhl4HgWyb5puUzrjeT7UA39Cuu3bJ0KbnQL/qBwkGkGXuJvsRP/zGhK7ePElMDe gvIe/Y8lQKI+19RNcWdKS0cAUhTmWx8iKt18giGUrci/iQmUOUl+TsZ3fe3OJhzuc497 7MLsskaaH0WlB4veBfhehpXjMJE0Lf+1yDffqHoPUznF1X6fIfSNAoaKskkKguHQ/jzc pQU/WQnOSjRQ+kV8Qc45TVGWVBlaqeaPTu/K+v9QxCUgpWHq+ai2sGQY+P0klW8kxJ7p xK4ByWEdzrCeJMtYTAFYi6byZBJuBqoKsgjT0gUSamsvvQdhj63A2F9wXxoP9r+NjbFJ UKdQ== X-Gm-Message-State: AFqh2koNnIWp+Qw4C23F98xWFPG1h/hKEPXfOc2eiQ40O8wbkK0teFro ZHRzhTxvxtvyFOMl779em9rKQfYFitTCfWko X-Google-Smtp-Source: AMrXdXuUS/kzqdiiplyKogFKR+w1vuyc4Dfcp06SanbBrUF3LUxZmh4YNcFvyXvmH/eo8nfiHXwc/w== X-Received: by 2002:a2e:3c06:0:b0:283:8ec3:d0d3 with SMTP id j6-20020a2e3c06000000b002838ec3d0d3mr1799779lja.30.1673267228639; Mon, 09 Jan 2023 04:27:08 -0800 (PST) Received: from [192.168.219.3] ([78.8.192.131]) by smtp.gmail.com with ESMTPSA id k6-20020a2ea266000000b0027fe42c38f7sm902009ljm.134.2023.01.09.04.27.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jan 2023 04:27:08 -0800 (PST) Date: Mon, 9 Jan 2023 12:27:06 +0000 (GMT) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org cc: Andrew Burgess , Simon Marchi , Tom Tromey , Simon Sobisch Subject: [PING^2][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.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 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