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, gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies


>>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:

Kevin> Is there a good reason to use VEC instead of std::vector?  I know that
Kevin> there have been a number of patches which have been replacing VEC
Kevin> with std:vector.  So, unless there's a compelling reason to use VEC,
Kevin> we might as well use std:vector here and save someone else the effort
Kevin> of changing this use of VEC later on.

Thanks for this note.  One of my gdb c++-ification/cleanup goals is to
get rid of VEC.

Tom


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