diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-17 00:04:53 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-18 14:33:24 -0600 |
commit | 400174b12a46fffbfad7c2504c33bb3ac29f3ef9 (patch) | |
tree | c2d7292909fcce4148ef069f760fdbc42081a89e /compile | |
parent | 3063847f29cb83bae0cdf018c2dca68b65a50780 (diff) | |
download | gdb-400174b12a46fffbfad7c2504c33bb3ac29f3ef9.zip gdb-400174b12a46fffbfad7c2504c33bb3ac29f3ef9.tar.gz gdb-400174b12a46fffbfad7c2504c33bb3ac29f3ef9.tar.bz2 |
Allocate dwp_file with new
This adds a constructor and initializer to dwp_file and changes it to
be allocated with "new". This removes a bit of manual refcount
management.
Tested by the buildbot.
gdb/ChangeLog
2018-05-18 Tom Tromey <tom@tromey.com>
* dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
unique_ptr.
* dwarf2read.c (struct dwp_file): Add constructor and
initializers.
(open_and_init_dwp_file): Return a unique_ptr.
(dwarf2_per_objfile, create_dwp_hash_table)
(create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
(lookup_dwo_unit_in_dwp): Update.
(open_and_init_dwp_file, get_dwp_file): Update.
Diffstat (limited to 'compile')
0 files changed, 0 insertions, 0 deletions