]> git.eshelyaron.com Git - emacs.git/commit
gdb-mi.el: Configure variable order and length in local-vars window
authorGustaf Waldemarson <gustaf.waldemarson@gmail.com>
Tue, 29 Nov 2022 22:40:23 +0000 (23:40 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Dec 2022 13:26:50 +0000 (15:26 +0200)
commit5d506a7eab693bbd3ef4c9a6f2ff6e61ee5b84b7
tree0ef203a55000ec06484a957bf9320d257d9ad00b
parentcb202d30edbdaf710327f71feaa5985e35c75d86
gdb-mi.el: Configure variable order and length in local-vars window

This changes allows users to configure the order of various properties
as well as truncating their length.  The full description of each
property is available as a help-text (tooltip).
* lisp/progmodes/gdb-mi.el (gdb-locals-table-row-config): New user
option.
(gdb-locals-value-filter): Don't limit the values here.
(gdb-locals-table-columns-list): New function.
(gdb-locals-handler-custom): Call it.  (Bug#59730)

* etc/NEWS: Announce the change.
etc/NEWS
lisp/progmodes/gdb-mi.el