From 15230f37454a641eaafb72882eb020f42d8a5178 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Mon, 4 Jul 2011 18:50:17 +0000 Subject: * ui-out.c (ui_out_field_core_addr): Mention that the function description is in the header file. * ui-out.h (ui_out_field_core_addr): Document function. --- gdb/ui-out.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/ui-out.h') diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 71026e0..ee6d98f 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -113,6 +113,8 @@ extern void ui_out_field_fmt_int (struct ui_out *uiout, int width, enum ui_align align, const char *fldname, int value); +/* Output a field containing an addresses. */ + extern void ui_out_field_core_addr (struct ui_out *uiout, const char *fldname, struct gdbarch *gdbarch, CORE_ADDR address); -- cgit v1.1