aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-record.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-01-05 17:26:19 -0700
committerTom Tromey <tom@tromey.com>2018-01-17 11:28:44 -0700
commitc89b44cdc52b6a9c0848a795689895e292ad1f46 (patch)
treeefdf3654699e4985da5832f116d857d276ef80fa /gdb/python/py-record.c
parentfcd3b13d80a2d0e5fc31ef6a245be62db6a11420 (diff)
downloadgdb-c89b44cdc52b6a9c0848a795689895e292ad1f46.zip
gdb-c89b44cdc52b6a9c0848a795689895e292ad1f46.tar.gz
gdb-c89b44cdc52b6a9c0848a795689895e292ad1f46.tar.bz2
Change dwarf2_cu::method_info to be a std::vector
This changes the type of dwarf2_cu::method_info and fixes up the uses. In order to remove cleanups from process_full_comp_unit and process_full_type_unit, psymtab_include_file_name also had to be changed to avoid leaving dangling cleanups. 2018-01-17 Tom Tromey <tom@tromey.com> * dwarf2read.c (delayed_method_info): Remove typedef. (dwarf2_cu::method_info): Now a std::vector. (add_to_method_list): Update. (free_delayed_list): Remove. (compute_delayed_physnames): Update. (process_full_comp_unit, process_full_type_unit): Clear the method list. Remove cleanups. (psymtab_include_file_name): Add name_holder parameter. Use unique_xmalloc_ptr. (dwarf_decode_lines): Update.
Diffstat (limited to 'gdb/python/py-record.c')
0 files changed, 0 insertions, 0 deletions