This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/3] constify some target methods
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 9 Jun 2014 08:15:51 -0600
- Subject: [PATCH 0/3] constify some target methods
- Authentication-results: sourceware.org; auth=none
Here's a simple patch series to add "const" to a few appropriate spots
in some target methods. I don't think there's anything particularly
controversial or interesting here; just slowly grinding away at the
constification problem.
There is one change in the last patch I'm unable to test. You may
wish to examine it.
Built and regtested on x86-64 Fedora 20.
Tom