From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by sourceware.org (Postfix) with ESMTPS id A59463857829 for ; Thu, 18 Mar 2021 12:09:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A59463857829 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andrew.burgess@embecosm.com Received: by mail-ej1-x62c.google.com with SMTP id l4so3540793ejc.10 for ; Thu, 18 Mar 2021 05:09:14 -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; bh=Sa64EvO9hz649c4CkzX+itPG6XlBTtVaz5HgLO9ju+E=; b=NWaKGwK8PzMmGROsaXYSIHos1O0hKFjcKHSlwb83Rv8S8pyOhsvUle2K+K205bNd4c AE6Z1Be3ZDS8zSLklsxkL2+xx2ou7poFpzVRFAdKFM9gGCe6X7Af+MZs/1sY6QXAq9Q4 rNqoVcUHnay8H+rDreKgVdSyYlYSRAsB6Wsao9QdFU2uCU6pAKcxNo+MoNmHSF0yTysn sYxYeUDkIhCO2m7+Rm9AaYzZIYdbRON3KCzesgcsQTRKEVcNrh9cUcQPm7mySsPaH25M 86KE3sSnaPvscRzFrkTrQzujFgp2Bc6wFbJoeLLfq87qZpy+vExC5oy/3Uy1k4Eke4S+ qGaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Sa64EvO9hz649c4CkzX+itPG6XlBTtVaz5HgLO9ju+E=; b=IP4p4dCTyMHcEYeF5IJh13IpImCwHM3CApnX5FyWNw8tONV2ra06SS30pXdCG7PdA6 NnpNnmxviYT6z1SYxLU8ecGGedmRRM/ooZlkwLqpkhguD4lVT4IVLruhDnrtFeMDEyhb x66WIj+lQ5BlkA05hsudc9NjuY4WUctZsMTAXsL7AZsvYzDsOT8BpQApBL8F/C9B0kX3 feTkqVldEfQvlrIB42k8FepOunL6AXwGJRUG4bktpt1eTs7CKd0lPxMFOWiYsQNofdLb vGIvlJ+HfiuByqxSLCAPvRZMDyhZV7RTLQ/dxGXExa/R7Vwp3zsP8dGn8/vrcdTfkPa9 WEQw== X-Gm-Message-State: AOAM531PZOUcvFs+WtkbSzOuvo7bYJgwQtU83q2xdVV6RaR9swToT0eg L7KqhMgmjtf+9hWTaP7EUVuspvWkaVu3bg== X-Google-Smtp-Source: ABdhPJwk+HgZdm3SjNdoQUSXRgIPSBOuIp5swAJv6aeFxnct51MzYoRuKBhJgdja1BReINjHVhyx3g== X-Received: by 2002:a17:907:d15:: with SMTP id gn21mr39518778ejc.337.1616069353810; Thu, 18 Mar 2021 05:09:13 -0700 (PDT) Received: from localhost (host165-120-118-227.range165-120.btcentralplus.com. [165.120.118.227]) by smtp.gmail.com with ESMTPSA id u14sm1721829ejx.60.2021.03.18.05.09.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Mar 2021 05:09:13 -0700 (PDT) Date: Thu, 18 Mar 2021 12:09:12 +0000 From: Andrew Burgess To: Paul Buxton Cc: gdb@sourceware.org Subject: Re: Tui locals and watch windows Message-ID: <20210318120912.GD5520@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux/5.8.13-100.fc31.x86_64 (x86_64) X-Uptime: 12:05:13 up 6 days, 19:16, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] X-Spam-Status: No, score=-4.8 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2021 12:09:16 -0000 * Paul Buxton [2021-03-14 11:21:25 +0000]: > Hi, I hope this is an appropriate place to send this! > I have just implemented a python based extension that adds a locals windows > and watched expressions window to a tui layout. > > > > Details here: > buxtonpaul/gdbwatches: GDB Tui extension to provide Locals and Expressions > windows (github.com) > > It requires a recent version of GDB built with python support. Also > requires the fixed version of tui-layout.c which is in git but not in a > release package yet. This seems to be a popular theme right now. There was a series posted recently that covers some of the same ground. The email threading was pretty broken unfortunately, I'll include a few links to starting places: https://sourceware.org/pipermail/gdb-patches/2021-March/176816.html https://sourceware.org/pipermail/gdb-patches/2021-March/176815.html https://sourceware.org/pipermail/gdb-patches/2021-March/176834.html You might be able to provide feedback on this series? Thanks, Andrew