Change funcall_chain to be a std::vector
authorTom Tromey <tom@tromey.com>
Mon, 4 Sep 2017 03:50:47 +0000 (21:50 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 6 Sep 2017 21:49:32 +0000 (15:49 -0600)
commit69c1e056df50e931ca9cbb4b5881e574583cf9ab
tree7af3f80887b8c005a61e80fbfce3c3fd90de7bb6
parentfef704bfec3fdec29b08fca2bd0a5226a04c3113
Change funcall_chain to be a std::vector

This simplifies the handling of funcall_chain, by changing it to be a
std::vector<int> and then fixing the users.  This allows the removal
of a cleanup.

It would be even cleaner to replace this with better logic in the
parsers; but a baby step seemed ok.

gdb/ChangeLog
2017-09-05  Tom Tromey  <tom@tromey.com>

* parse.c (funcall_chain): Now a std::vector.
(start_arglist, end_arglist): Simplify.
(free_funcalls): Remove.
(parse_exp_in_context_1): Remove cleanup.
gdb/ChangeLog
gdb/parse.c
This page took 0.028016 seconds and 4 git commands to generate.