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: [pushed] Make target_options_to_string return an std::string


>>>>> "Simon" == Simon Marchi <simon.marchi@polymtl.ca> writes:

Simon> Return an std::string instead of a char *, saving some manual freeing.
Simon> I only manually tested with "set debug target 1" and "set debug lin-lwp
Simon> 1", since this only deals with debug output.

Simon> -/* Concatenate ELEM to LIST, a comma separate list, and return the
Simon> -   result.  The LIST incoming argument is released.  */
Simon> +/* Concatenate ELEM to LIST, a comma separate list.  */

I think this should read "comma-separated".

Other than that nit, this looks good to me.

Tom


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