From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68508 invoked by alias); 28 Mar 2019 23:47:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 68500 invoked by uid 89); 28 Mar 2019 23:47:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=coordination, tomorrow X-HELO: mail-wm1-f65.google.com Received: from mail-wm1-f65.google.com (HELO mail-wm1-f65.google.com) (209.85.128.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Mar 2019 23:47:09 +0000 Received: by mail-wm1-f65.google.com with SMTP id h18so719031wml.1 for ; Thu, 28 Mar 2019 16:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=undo-io.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=CXdARv2Z4yz1v2ALZZt4W/YNh6DPDjMfd9peohCRd30=; b=EuxF8Z415VZRcTheZngElP3nvMEAkUbximL+JdOB+C0jb85ri4royMlhRaP2nIlxkI XLunXNSUCg8sJXRu0uZYxX0kv3bcHD4EuuqaH/4Qe3JXHfq9uL7SlnaFmq22JaSkHLdW LQK8JwU8Y3V/qfHg3XHLLjqsPDgHhOvrmnCIBDGX9e7Zk+hOJkUIOAf+F1ZuqBtXCkqV WhNQVkGufZzKB1iQx9OEswApCQFzIFoUfeU1hzRO5rcBOO+PypxCfbIwmhvrogWNJyou mw+pdv+hGZk5Dpb5F0HnRVliyT1wQz0jMue0qYfhjUphB3NMHCvgkflIDvjT/ZJ2LDlS ZBGQ== Return-Path: Received: from [192.168.178.35] (host40-22-dynamic.52-79-r.retail.telecomitalia.it. [79.52.22.40]) by smtp.gmail.com with ESMTPSA id s16sm353257wrw.58.2019.03.28.16.47.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Mar 2019 16:47:06 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: [PATCH 0/2] Add new 'print max-depth' feature From: Marco Barisione In-Reply-To: <20190328224814.GG10887@embecosm.com> Date: Thu, 28 Mar 2019 23:47:00 -0000 Cc: Pedro Alves , gdb-patches@sourceware.org, richard.bunt@arm.com Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190328224814.GG10887@embecosm.com> To: Andrew Burgess X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00737.txt.bz2 On 28 Mar 2019, at 23:48, Andrew Burgess wrot= e: > I've taken a look and I can't find anything. I'll look again > tomorrow, but any pointers in the right direction would be great. Hi Andrew, It=E2=80=99s my patch, which I hope will be merged soon, look for the threa= d title =E2=80=9CAdd gdb.Value.format_string ()=E2=80=9D. I did notice you patches today and I wanted to propose some coordination as= well. My patch adds a gdb.Value.format_string method which accepts a series of ke= yword-only arguments to set printing options. Basically it exposes stuff fr= om the value_print_options structure to Python. I guess that a new max_depth argument would fit in well and easily. --=20 Marco Barisione