From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#34589: 26.1.91; GDB-MI Display Complex Data Types Date: Wed, 20 Feb 2019 19:16:28 +0200 Message-ID: <83wolugz2r.fsf@gnu.org> References: Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="266395"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 34589@debbugs.gnu.org To: Gustaf Waldemarson Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 20 18:29:19 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gwVgM-00178O-U8 for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Feb 2019 18:29:19 +0100 Original-Received: from localhost ([127.0.0.1]:44189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVgL-0005il-QD for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Feb 2019 12:29:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVUX-0003jn-VD for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:17:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVUV-00030M-Sc for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:17:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVUT-0002zH-St for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:17:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwVUT-0007Ih-LR for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:17:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Feb 2019 17:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34589 X-GNU-PR-Package: emacs Original-Received: via spool by 34589-submit@debbugs.gnu.org id=B34589.155068298528005 (code B ref 34589); Wed, 20 Feb 2019 17:17:01 +0000 Original-Received: (at 34589) by debbugs.gnu.org; 20 Feb 2019 17:16:25 +0000 Original-Received: from localhost ([127.0.0.1]:58409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwVTs-0007Hd-Nb for submit@debbugs.gnu.org; Wed, 20 Feb 2019 12:16:24 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwVTq-0007HN-D5 for 34589@debbugs.gnu.org; Wed, 20 Feb 2019 12:16:22 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVTl-0002f7-7G; Wed, 20 Feb 2019 12:16:17 -0500 Original-Received: from [176.228.60.248] (port=2182 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gwVTk-0004hZ-NX; Wed, 20 Feb 2019 12:16:17 -0500 In-reply-to: (message from Gustaf Waldemarson on Wed, 20 Feb 2019 11:08:15 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155592 Archived-At: > From: Gustaf Waldemarson > Date: Wed, 20 Feb 2019 11:08:15 +0100 > > Since as C++ (and other languages) is moving more and more towards these > kinds non-simple data types, I figured I should send out a feature > request for something like the following: > > - Remove "--simple-values" by default. > > - Add a customizable variable such as `gdb-simple-values-only`, which > adds the above flag. > > - Add a customizable variable such as `gdb-locals-value-limit` to limit > the length a value is allowed to be shown. > > - Add a simple filter of the retrieved value string to make it fit on a > single line (e.g., a simple version could just remove all newlines). Thanks. We don't have an active developer for gdb-mi.el for the moment, so please consider writing these changes and submitting the patches here.