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/4] Remove common/queue.h


One of my long term cleanup wishes for gdb is to remove the custom C
data structures like VEC and replace them with their C++ equivalents.

This short series removes the remaining uses of the QUEUE data
structure and, with it, common/queue.h.

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]