[DynInst_API:] [dyninst/dyninst] acd6d1: Remove usage of designated initializer in dwarfHan...


Date: Wed, 03 Feb 2021 10:47:50 -0800
From: noreply@xxxxxxxxxx
Subject: [DynInst_API:] [dyninst/dyninst] acd6d1: Remove usage of designated initializer in dwarfHan...
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: acd6d16263b354d5c9692514867c68bd37668013
      https://github.com/dyninst/dyninst/commit/acd6d16263b354d5c9692514867c68bd37668013
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M dwarf/src/dwarfHandle.C

  Log Message:
  -----------
  Remove usage of designated initializer in dwarfHandle.C (#971)

Designated initializers aren't part of C++ until C++20; use
aggregate initialization, intead. This also fixes the missing
initializer for Dwfl_Callbacks::debuginfo_path.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] acd6d1: Remove usage of designated initializer in dwarfHan..., noreply <=