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 00/10] Use std::vector and std::string throughout target-descriptions.c


Simon Marchi <simon.marchi@ericsson.com> writes:

> This patch series replaces VECs with std::vector and char* with std::string in
> the tdesc classes.  The objective is to remove the usage of VECs and the manual
> memory management.  The whole series was tested on the buildbot.  At each step,
> I tried to re-generate the C target descriptions.  Only one patch causes a
> visible change, which is harmless I think.

I go through all of them.  Patches I don't give comments look good to me.

-- 
Yao (齐尧)


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