From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128210 invoked by alias); 28 Mar 2019 22:48:44 -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 127868 invoked by uid 89); 28 Mar 2019 22:48:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:eb84, tomorrow X-HELO: mail-wr1-f67.google.com Received: from mail-wr1-f67.google.com (HELO mail-wr1-f67.google.com) (209.85.221.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Mar 2019 22:48:23 +0000 Received: by mail-wr1-f67.google.com with SMTP id p10so271376wrq.1 for ; Thu, 28 Mar 2019 15:48:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=BfORd5tWyea66LRYY9gCDRfG15LDzoKAfWZLkDqE2Cw=; b=D77Jl75jwYeFra+nYJMO3NrolG/wfcX0X5LAWyhSz71szE/vsjG6yuS3g0HnzH3RXO nYwDoBJFFROFPcmZXMcG2qJcHb5y6W8yMCWs/ZNdRwx/X9Wnh9MiyV+bSWsCg9rawTTY SIHaAA8XA8LjQRkh/HtOjSYHxi+xokVRPImJl1Q00T2pUFy7ko6v/2cJPsG+RPn3IWyq QkhC1ewaj+DWZORGmw60GWOaSjc5aMpbisrlOQ58sM7DIOtFIOZLBdwHTVTgl9s99sNU DCWoKP/EaICCQaRgggD58C/7Je3B5/MikiMIfJXn4Q0zBltvCsMvjqH7qDSJCFHwTptl uABQ== Return-Path: Received: from localhost (host81-151-161-58.range81-151.btcentralplus.com. [81.151.161.58]) by smtp.gmail.com with ESMTPSA id c20sm772870wre.28.2019.03.28.15.48.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Mar 2019 15:48:15 -0700 (PDT) Date: Thu, 28 Mar 2019 22:48:00 -0000 From: Andrew Burgess To: Pedro Alves Cc: gdb-patches@sourceware.org, richard.bunt@arm.com Subject: Re: [PATCH 0/2] Add new 'print max-depth' feature Message-ID: <20190328224814.GG10887@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Fortune: I'm successful because I'm lucky. The harder I work, the luckier I get. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00735.txt.bz2 * Pedro Alves [2019-03-28 12:47:11 +0000]: > 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. 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. Thanks Andrew