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]

Re: [PATCH] C++ify dwarf2_per_objfile


On Fri, Jul 14, 2017 at 08:18:33PM +0100, Pedro Alves wrote:
> -  /* Non-zero if we've check for whether there is a DWP file.  */
> -  int dwp_checked;
> +  /* True if we've check for whether there is a DWP file.  */
> +  bool dwp_checked;

is this one initialized somewhere? it wasn't obvious to me the ctor did
it.

Trev


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