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