This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Test the interaction between GDBHISTSIZE and .gdbinit
- From: Pedro Alves <palves at redhat dot com>
- To: Patrick Palka <patrick at parcs dot ath dot cx>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 18 Jun 2015 16:29:14 +0100
- Subject: Re: [PATCH] Test the interaction between GDBHISTSIZE and .gdbinit
- Authentication-results: sourceware.org; auth=none
- References: <1434572241-16019-1-git-send-email-patrick at parcs dot ath dot cx> <55828A13 dot 8030703 at redhat dot com> <CA+C-WL94mhYR4xtquXuR8U6D8Sia7jWhLE-vq=PCKJAE56xEug at mail dot gmail dot com> <CA+C-WL95kqF-9jy0yKVuPqp+mbvrVzpCkvpka3cr2nS9vbRjqQ at mail dot gmail dot com>
On 06/18/2015 03:47 PM, Patrick Palka wrote:
> Here is an implementation of save_vars (bad name I know) which can
> successfully replace the manual saving/restoring of globals done in
> gdbinit-history.exp, gdbhistsize-history.exp and readline.exp. (TCL
> sure is cool.)
>
I like it. :-)
Thanks,
Pedro Alves