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: Patrick Palka <patrick at parcs dot ath dot cx>
- To: Pedro Alves <palves at redhat dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 12 Aug 2015 08:43:47 -0400
- 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> <5582E3CA dot 9080407 at redhat dot com> <55CA7300 dot 6080706 at redhat dot com>
On Tue, Aug 11, 2015 at 6:11 PM, Pedro Alves <palves@redhat.com> wrote:
> Hi Patrick,
>
> On 06/18/2015 04:29 PM, Pedro Alves wrote:
>> 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. :-)
>
> I just found another use for this. AFAICS, Doug was OK with it
> as well.
>
> Mind if we put this in?
Done.