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 v4 03/13] cli, btrace: add btrace cli


On Fri, 30 Nov 2012 16:09:02 +0100, Metzger, Markus T wrote:
> The easiest thing for me to do would be to only print "()" if lang !=
> language_cplus. Since the demangler prints the parameters right after the
> function name, though, I would also remove the space before "()" for other
> languages.

http://www.gnu.org/prep/standards/standards.html#GNU-Manuals
	Please do not write ‘()’ after a function name just to indicate it is
	a function. foo () is not a function, it is a function call with no
	arguments. 


Regards,
Jan


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