This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]