This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] C++-fication of dwo_file and removal of a VEC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]