From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id 0668D3857C51 for ; Tue, 9 Nov 2021 16:45:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0668D3857C51 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-x435.google.com with SMTP id u1so34078618wru.13 for ; Tue, 09 Nov 2021 08:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:subject:in-reply-to:message-id:references:user-agent :mime-version; bh=4yl2Ptr1fein82k6o237FwCFiy4GlDUFQy/UpKHr2SU=; b=Dw6DK9oeQEHSwstegL3H7xV4K5vFomu0Vzi4HN8RZHFBCx5Y7Sv7/1ohb9mMqFXcHs uXeMyDadWGa6etFiVZK6+g6XndXcM4tLQspr6WOFNilVlzhwFreqAvHlh/obXTrGu6jB cFMCfEsNAcszBt0geJIHfc/Fjzb+CaiYqJCwQze5QeCAPvWl2UMqU4of55nlXZh6IqwX mAFmhlvg2womdI8+PgEflfF+UKuGiSTQZWfBmWj7X4Iom1vxmLwfHQHFBo7BdnQRTQpH Tn5hjMBXMHFpgqK5o7YHwgliRvxfB8R4Hxp+uYD0llhOys2KI9a5gENy5FIMxq5IvwDP ETOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=4yl2Ptr1fein82k6o237FwCFiy4GlDUFQy/UpKHr2SU=; b=FCDRND3kC43Uu4YjMCq4iryg3ffieGXdtzGLbFX1kKB/n7aMGhpp9N/xux4iKU76XS TaCp/7bAKf4JVpprD9ZEDqUOCZMuDzrbQeai+koLf/iEFCQePl+6fwK32oNQVQHG5des jkwxhldiRQGsBe4U/HBaRxpwKXzpZS37T0JCwnXNRjWbbKxcFqxgJf6xORigf4kvQfeq bM+/daYFSY/C9YMOT2sPr5ch9lfjhiJHxn/GEbY2NSgyBEKVC760u0jzG7Oc+Wh8ISzQ VoZPOaN1HGd86WF30BtYcStNaZvN7Y77aGnBGQSKiTJCl0Nf6uLo+PTzoQ7j1bJPE56m ytxg== X-Gm-Message-State: AOAM5318oDAJYi4SEa1Xqwh+JHh7RmuvCr5jFDdxCsYg+p7apnJltu81 qzb3/O5Yc0pegeY6jDvoZgONGIsBAURaAg== X-Google-Smtp-Source: ABdhPJwye5rRW0mmMSnkcDS5HMZFpTc4S+LVfmQHofJaYjFXZ+h7IzKeg5Hft5D5LfAGvg5f41VnUw== X-Received: by 2002:a5d:584e:: with SMTP id i14mr11365006wrf.386.1636476298712; Tue, 09 Nov 2021 08:44:58 -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 r17sm3416660wmq.5.2021.11.09.08.44.57 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Nov 2021 08:44:58 -0800 (PST) Date: Tue, 9 Nov 2021 16:44:57 +0000 (GMT) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org Subject: [PING^2][RFC] gdb: introduce limited array lengths while printing values In-Reply-To: <20211006172902.2691582-1-andrew.burgess@embecosm.com> Message-ID: References: <20211006172902.2691582-1-andrew.burgess@embecosm.com> 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=-3.1 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 09 Nov 2021 16:45:02 -0000 On Wed, 6 Oct 2021, Andrew Burgess wrote: > This commit introduces the idea of loading only part of an array in > order to print it, what I call "limited length" arrays. Ping for: . Maciej