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] patch for review of PR gdb/10462


Hi Bilal,
Few small nits.

+	PR gdb/10462
+ * cli/cli-decode.c (lookup_command): Checked a space before argument.
s/Checked/Check/
Also I think this can be a bit more descriptive like "Show an error if there is no space before argument."

+      if (strlen(*line) != 0 && c->type == set_cmd && **line != ' ' )
A space here      ^.


Regards,
Abid

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