From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77460 invoked by alias); 28 Mar 2019 12:47:17 -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 77444 invoked by uid 89); 28 Mar 2019 12:47:16 -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 autolearn=ham version=3.3.1 spammy= X-HELO: mail-wr1-f65.google.com Received: from mail-wr1-f65.google.com (HELO mail-wr1-f65.google.com) (209.85.221.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Mar 2019 12:47:15 +0000 Received: by mail-wr1-f65.google.com with SMTP id q1so22750766wrp.0 for ; Thu, 28 Mar 2019 05:47:14 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id b134sm5624231wmd.26.2019.03.28.05.47.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Mar 2019 05:47:12 -0700 (PDT) Subject: Re: [PATCH 0/2] Add new 'print max-depth' feature To: Andrew Burgess , gdb-patches@sourceware.org References: Cc: richard.bunt@arm.com From: Pedro Alves Message-ID: Date: Thu, 28 Mar 2019 12:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00710.txt.bz2 BTW, wasn't there some patch being reviewed that added explicit control of the "set print" options to the Python API? I can't seem to find it right now, but I think you'll want to coordinate, to make sure that "depth" is also added to the API. Thanks, Pedro Alves