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 00/13] Remove parser-related globals


This series removes the remaining globals from the generic parser code
(individual parsers may still have globals -- in fact, aside from
Rust, all do).  One upside of the series is that it makes it more
clear which objects are used to communicate between the parser API and
the individual parsers.

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]