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: [RFA-v2] Fix ARI warning about function call in first column


Eli> I see no problem with long lines, if there are no better alternatives.

I agree.  Sometimes there really is no good answer and you just have to
pick the least worst.

Pierre>   I hope everyone is OK with this.
Pierre> I think that we do have lots of other occurrences 
Pierre> of lines longer than 80 cols anyhow...

It is fine.

Pierre> +static struct varobj * varobj_add_child (struct varobj *var,
Pierre> +					 const char *name,
Pierre> +					 struct value *value);

Extra space after the "*".

Pierre> +extern struct hppa_objfile_private * hppa_init_objfile_priv_data (struct

Likewise.

Pierre> +struct displaced_step_closure* get_displaced_step_closure_by_addr

Space is on the wrong side of the "*"; I know you didn't cause this but
if you are fixing the indentation anyway...

Tom


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