This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 00/13] Remove parser-related globals
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 2 Apr 2019 19:37:52 -0600
- Subject: [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