This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/4] more minor constification
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 26 Jun 2014 09:12:30 -0600
- Subject: Re: [PATCH 0/4] more minor constification
- Authentication-results: sourceware.org; auth=none
- References: <1403209788-1015-1-git-send-email-tromey at redhat dot com>
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> Here's another small series in my ongoing constification quest.
Tom> The long term goal is to be able to make command implementations take
Tom> a const argument. My work on this on a branch convinced me that
Tom> working on it is best done top-down; whereas putting it into trunk is
Tom> best done bottom-up.
I'm checking these in now.
Tom