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] Remove VEC(tsv_s), use std::vector instead


On 2018-04-07 14:54, Pedro Alves wrote:
On 04/07/2018 06:00 PM, Simon Marchi wrote:
This patch removes VEC(tsv_s), using an std::vector instead. I C++ified
trace_state_variable a bit in the process, using std::string for the
name.  I also thought it would be nicer to pass a const reference to
target_download_trace_state_variable, since we know it will never be
NULL.  This highlighted that the make-target-delegates script didn't
handle references well, so I adjusted this as well.  It will surely be
useful in the future.

Cool, I have a make-target-delegates patch that makes it grok
:: and <> too, needed for target_ops C++ification.

Is it this one that's already pushed?

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=10f64178412d9c6e4f2faade0da271ab8be273c9

Looks good.

Thanks, pushed.

Simon


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