Change find_pcs_for_symtab_line to return a std::vector
authorTom Tromey <tom@tromey.com>
Thu, 6 Apr 2017 22:38:56 +0000 (16:38 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 12 Apr 2017 17:16:17 +0000 (11:16 -0600)
commit67d89901506da74d00a482b7560237dce404b41c
tree9c9c308fbaabb9ac805325be91bd2f75a07e040e
parent93921405a46c0a58eae19fffb92e02416082801a
Change find_pcs_for_symtab_line to return a std::vector

This changes find_pcs_for_symtab_line to return a std::vector.  This
allows the removal of some cleanups.

gdb/ChangeLog
2017-04-12  Tom Tromey  <tom@tromey.com>

* symtab.h (find_pcs_for_symtab_line): Change return type.
* symtab.c (find_pcs_for_symtab_line): Change return type.
* python/py-linetable.c (build_line_table_tuple_from_pcs): Change
type of "vec".  Update.
(ltpy_get_pcs_for_line): Update.
* linespec.c (decode_digits_ordinary): Update.
gdb/ChangeLog
gdb/linespec.c
gdb/python/py-linetable.c
gdb/symtab.c
gdb/symtab.h
This page took 0.054805 seconds and 4 git commands to generate.