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 3/9] Change `label_symbols' to std::vector in linespec.c structures


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> This patch converts linespec.c's linespec.label_symbols member from a
Keith> VEC to a std::vector.

Keith> gdb/ChangeLog:

Keith> 	* linespec.c (struct linespec) <label_symbols>: Change type to
Keith> 	std::vector.  Update all users.
Keith> 	(find_label_symbols_in_block): Change `result' parameter to
Keith> 	std::vector.  Update all callers.
Keith> 	(find_label_symbols): Return std::vector.  Update all callers.

Thanks.  This is ok.

Tom


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