diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-01-07 10:48:21 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-01-07 10:48:21 -0500 |
commit | b01ba14d4d5391e59fd0e1a3608fd47287edc008 (patch) | |
tree | c2671aef2dc6efe6ab842a93b3d79fecfae1d3e8 /gprof/.gdbinit | |
parent | 4d0fdd9b357aff1fea3ef3def55d12464a41bf5b (diff) | |
download | gdb-b01ba14d4d5391e59fd0e1a3608fd47287edc008.zip gdb-b01ba14d4d5391e59fd0e1a3608fd47287edc008.tar.gz gdb-b01ba14d4d5391e59fd0e1a3608fd47287edc008.tar.bz2 |
Replace VEC(converted_character_d) with std::vector
This patch changes the usage of VEC(converted_character_d) to use an
std::vector instead. This allows getting rid of a cleanup.
gdb/ChangeLog:
* valprint.c (converted_character_d): Remove typedef.
(DEF_VEC_O (converted_character_d)): Remove.
(count_next_character): Use std::vector.
(print_converted_chars_to_obstack): Likewise.
(generic_printstr): Likewise.
Diffstat (limited to 'gprof/.gdbinit')
0 files changed, 0 insertions, 0 deletions