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] Objective-C language support.


+/* Print input string to gdb_stdout, filtered, with wrap,
+   arranging strings in columns of n chars. String can be
+   right or left justified in the column.  Never prints
+   trailing spaces.  String should never be longer than
+   width.  FIXME: this could be useful for the EXAMINE
+   command, which currently doesn't tabulate very well */
+
+void
+puts_filtered_tabular (char *string, int width, int right)
+{
FYI, this should also take an explicit UI_FILE parameter (making the function fputs_....().

Andrew



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