This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/6] change range adapters to be member functions
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 16 Jan 2019 19:50:26 -0700
- Subject: [PATCH 0/6] change range adapters to be member functions
In the ALL_* removal series, Pedro pointed out that the range adapter
classes would be nicer as member functions of the relevant class.
This series implements this idea. Most of these patches were written
using a script.
While looking at changing the minimal symbol iterator, I noticed that
the implementation could be simplified, so I've included this as patch
#5.
Regression tested by the buildbot.
Tom