Use @defvar to document gdb.pretty_printers
[deliverable/binutils-gdb.git] / gdb / user-regs.h
index 8c75ea0e06b1bdc5e6dea53df6c0406e45e7d9d3..0714b06ec5aba427e3231cef112a8520fe2970af 100644 (file)
@@ -1,7 +1,6 @@
 /* Per-frame user registers, for GDB, the GNU debugger.
 
-   Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2019 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
@@ -63,7 +62,8 @@ extern struct value *value_of_user_reg (int regnum, struct frame_info *frame);
 
 /* Add a builtin register (present in all architectures).  */
 extern void user_reg_add_builtin (const char *name,
-                                 user_reg_read_ftype *read, const void *baton);
+                                 user_reg_read_ftype *read,
+                                 const void *baton);
 
 /* Add a per-architecture frame register.  */
 extern void user_reg_add (struct gdbarch *gdbarch, const char *name, 
This page took 0.029283 seconds and 4 git commands to generate.