This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/4] C++-fication of dwo_file and removal of a VEC
- From: Simon Marchi <simon dot marchi at efficios dot com>
- To: gdb-patches at sourceware dot org
- Cc: Simon Marchi <simon dot marchi at efficios dot com>
- Date: Fri, 21 Jun 2019 07:58:12 -0400
- Subject: [PATCH 0/4] C++-fication of dwo_file and removal of a VEC
- Dkim-filter: OpenDKIM Filter v2.10.3 mail.efficios.com 6D4F2259CD7
I did this while navigating the dwo code to try to understand how it
works. No functional changes intended, it is just meant to convert a
few things to their C++ equivalent.
Regtested on the buildbot.
Simon Marchi (4):
dwarf2read: Use bool for dwarf2_section_info fields
dwarf2read: C++ify dwo_file
dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptr
dwarf2read: Get rid of VEC (dwarf2_section_info_def)
gdb/dwarf-index-write.c | 2 +-
gdb/dwarf2read.c | 156 +++++++++++++---------------------------
gdb/dwarf2read.h | 11 ++-
3 files changed, 53 insertions(+), 116 deletions(-)
--
2.22.0