mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
* gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int interface definition.
This commit is contained in:
parent
7e3cec1774
commit
8d19fbd261
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user