From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Extend gdb to filter registers Date: Fri, 04 Oct 2019 15:49:17 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="192833"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Emacs developers To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 04 21:49:48 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iGTaF-000o1g-Ek for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2019 21:49:47 +0200 Original-Received: from localhost ([::1]:52010 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGTaE-0001ve-An for ged-emacs-devel@m.gmane.org; Fri, 04 Oct 2019 15:49:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50135) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGTZr-0001ff-Mm for emacs-devel@gnu.org; Fri, 04 Oct 2019 15:49:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGTZq-0001jT-BI for emacs-devel@gnu.org; Fri, 04 Oct 2019 15:49:23 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:29220) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGTZq-0001j1-56 for emacs-devel@gnu.org; Fri, 04 Oct 2019 15:49:22 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 043E8448A78; Fri, 4 Oct 2019 15:49:21 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 96C98448A71; Fri, 4 Oct 2019 15:49:19 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1570218559; bh=YTCg9HoTxbN5OifV5f6yqg8Dr++XHiHbwAzsrUWzV5c=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=iSEMl3KjMFkmoCxikmo6IeMADbN6P7qkKImNHfvGZviNJd2IYR/Q76ZElhZA9tNe0 GyOu3VrXA6yNiQtqq9Abdjh+MsQftd3ndPklVgSfAIZ/d24gmD/3XFUz08LtE8YiHt pEteoW8PwIIIUHDQoL9ZtYmXeukkPF4LDUkuOh2kilcEn07grBmaHfpj/31G3Dsd8G ugKvF1e1xkUWCh5bDtEEEoQTq2m7PPDPLQcJccvGpfV8r0CWUnWcNvEBcDuadLo6K0 RPnKQ3EzydHd/P74lMj33bG/IDJaIa7v1lxno9e+fr/dULZrEh+eryfJ2+5jKu3kiT F0+4W2aT3/qxw== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5889F120B6E; Fri, 4 Oct 2019 15:49:19 -0400 (EDT) In-Reply-To: (Yuan Fu's message of "Thu, 3 Oct 2019 12:40:33 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240582 Archived-At: > This is just a demo and there are many parts to complete, e.g., naming of > interactive commands, change defvar to defcustom, docsting wording, update > registers immediatly after `add-to-/remove-from-display*', *etc. I want to > know what do you think before going further. I basically never do register-level debugging, so it's not something I'd need, but it sounds like a fine feature. I can't really comment on the code, because it's hard to know how it would affect the existing code without doing to work of turning your code into a patch. Stefan