Remove usage of VEC(char_ptr) in gdbscm_parse_function_args
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 30 Mar 2018 21:18:56 +0000 (17:18 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 30 Mar 2018 21:18:56 +0000 (17:18 -0400)
commitd8611974cf819e5f8cb9eb36907251f3e2d721c6
tree6f2a14e0ee4a7831ed5a9688dab2f8ba56052b19
parent17d08cd4137063dbc43d9989b9a5cb315171174f
Remove usage of VEC(char_ptr) in gdbscm_parse_function_args

This is a straightforward replacement, no change in behavior are
intended/expected.

This is the last usage of VEC(char_ptr), so it can now be removed.

gdb/ChangeLog:

* guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
with std::vector.
* common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
gdb/ChangeLog
gdb/common/gdb_vecs.h
gdb/guile/scm-utils.c