2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 3 Oct 2002 22:30:01 +0000 (22:30 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 3 Oct 2002 22:30:01 +0000 (22:30 +0000)
        * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
        interface definition.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index c02bd0937f5bce9609c99d122fdda088014f16ba..749f1811fa73b75022ee75ea273b6322afc01c1a 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
+       interface definition.
+
 2002-10-03  Marko Mlinar   <markom@opencores.org>
 
        * gdb.texinfo (Target Commands): Add or1k target specific
index 1c3743bd08cab24759d78d4edf86b7673f85e81d..01587ecd578dd171ff6b982b5c690981b0ac054d 100644 (file)
@@ -1011,6 +1011,13 @@ This function outputs a value of an @code{int} variable.  It uses the
 the name of the field.
 @end deftypefun
 
+@deftypefun void ui_out_field_fmt_int (struct ui_out *@var{uiout}, int @var{width}, enum ui_align @var{alignment}, const char *@var{fldname}, int @var{value})
+This function outputs a value of an @code{int} variable.  It differs from
+@code{ui_out_field_int} in that the caller specifies the desired @var{width} and @var{alignment} of the output.
+@var{fldname} specifies
+the name of the field.
+@end deftypefun
+
 @deftypefun void ui_out_field_core_addr (struct ui_out *@var{uiout}, const char *@var{fldname}, CORE_ADDR @var{address})
 This function outputs an address.
 @end deftypefun
This page took 0.044339 seconds and 4 git commands to generate.