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] Add extern of output_command to utils.h


> 2013-01-05  Hui Zhu  <hui_zhu@mentor.com>
> 
> 	* tracepoint.c: Remove extern of function output_command.
> 	* valprint.h.h (output_command): New extern.

If I may, can we try to provide the names of the arguments
in function declarations?

> --- a/valprint.h
> +++ b/valprint.h
> @@ -205,4 +205,6 @@ extern void generic_printstr (struct ui_
>  			      int quote_char, int c_style_terminator,
>  			      const struct value_print_options *options);
> 
> +extern void output_command (char *, int);
> +

Thanks,
-- 
Joel


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