From 8d19fbd261398e54d20fcf58e24e5d71c86ea055 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 3 Oct 2002 22:30:01 +0000 Subject: [PATCH] 2002-10-03 Jeff Johnston * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int interface definition. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c02bd09..749f181 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-03 Jeff Johnston + + * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int + interface definition. + 2002-10-03 Marko Mlinar * gdb.texinfo (Target Commands): Add or1k target specific diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 1c3743b..01587ec 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 -- 2.7.4