From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Extend gdb to filter registers Date: Sat, 18 Jan 2020 19:56:37 +0200 Message-ID: <83k15ozm0a.fsf@gnu.org> References: <878spmuerf.fsf@mail.linkov.net> <83wod3bx8i.fsf@gnu.org> <9f5ddaa5-0234-a17b-bdd7-81d70a0a50d6@gmx.at> <83FFF194-64CD-409E-8B7A-5A9DF91E79DE@gmail.com> <83v9pb314t.fsf@gnu.org> <838sm510d6.fsf@gnu.org> <83muakzoy5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="23583"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, emacs-devel@gnu.org, monnier@iro.umontreal.ca, john@yates-sheets.org, juri@linkov.net To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 18 18:57:22 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1issLa-00065F-8i for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Jan 2020 18:57:22 +0100 Original-Received: from localhost ([::1]:43318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1issLZ-0004BW-Au for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Jan 2020 12:57:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41942) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1issKx-0003jE-1l for emacs-devel@gnu.org; Sat, 18 Jan 2020 12:56:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1issKv-0000ed-Vo; Sat, 18 Jan 2020 12:56:42 -0500 Original-Received: from [176.228.60.248] (port=2057 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1issKu-00007u-OG; Sat, 18 Jan 2020 12:56:41 -0500 In-reply-to: (message from Yuan Fu on Sat, 18 Jan 2020 12:53:46 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244346 Archived-At: > From: Yuan Fu > Date: Sat, 18 Jan 2020 12:53:46 -0500 > Cc: rudalics@gmx.at, juri@linkov.net, emacs-devel@gnu.org, > monnier@iro.umontreal.ca, John Yates > > To clarify, now I have collected 5 patches: > > - unwind-protect.patch: bugfix > - gdb-source-window.patch: bugfix > - 0001-Add-register-filters-to-gdb-mi.patch: add register filters, so you can display only the ones you want > - memory.patch: allow user to use expressions as memory address in memory buffer > - store-window-new.patch: allow user to store & restore window layout. > > And a window layout file `default-rearrange`. Thanks, please send each one as a separate bug report, so that their discussions don't mix.