This is the mail archive of the gdb-patches@sources.redhat.com 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 format attributes to gdb


> Date: Thu, 28 Jul 2005 19:05:17 -0400 (EDT)
> From: "Kaveh R. Ghazi" <ghazi@caipclassic.rutgers.edu>
> Cc: gdb-patches@sources.redhat.com
> 
>  > > 2005-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
>  > > 
>  > >	* cli-out.c (cli_field_fmt, cli_message, out_field_fmt): Add
>  > >	ATTR_FORMAT or ATTRIBUTE_FPTR_PRINTF.
>  > >	* complaints.c (vcomplaint): Likewise.
>  > >	* defs.h (xvasprintf, xstrvprintf, verror, vfatal,
>  > >	internal_verror, internal_vwarning, vwarning,
>  > >	deprecated_query_hook, deprecated_warning_hook,
>  > >	deprecated_readline_begin_hook): Likewise.
>  > 
>  > Nitpicking: these multi-line entries are not according to the GNU
>  > coding standards (which specify that each line must end with a right
>  > paren).
> 
> 
> Ok now?
> 
> 2005-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
> 
> 	* cli-out.c (cli_field_fmt, cli_message, out_field_fmt): Add
> 	ATTR_FORMAT or ATTRIBUTE_FPTR_PRINTF.
> 	* complaints.c (vcomplaint): Likewise.
> 	* defs.h (xvasprintf, xstrvprintf, verror, vfatal)
> 	(internal_verror, internal_vwarning, vwarning)
> 	(deprecated_query_hook, deprecated_warning_hook)
> 	(deprecated_readline_begin_hook): Likewise.
> 	* disasm.c (fprintf_disasm): Likewise.
> 	* exceptions.c (throw_it): Likewise.
> 	* exceptions.h (throw_verror, throw_vfatal): Likewise.
> 	* mi/mi-interp.c (mi_interp_query_hook): Likewise.
> 	* mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
> 	* tui/tui-hooks.c (tui_query_hook): Likewise.
> 	* tui/tui-out.c (tui_field_fmt, tui_message, out_field_fmt):
> 	Likewise.
> 	* ui-out.c (default_field_fmt, default_message, uo_field_fmt)
> 	(uo_message): Likewise.
> 	* ui-out.h (ui_out_field_fmt, ui_out_message, field_fmt_ftype)
> 	(message_ftype): Likewise.
> 	* utils.c (vfprintf_maybe_filtered, internal_vproblem)
> 	(defaulted_query, printchar): Likewise.
> 	
> gdbserver:
> 	* server.h (error, fatal, warning): Add ATTR_FORMAT.

Perfect.  Thanks!


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