* breakpoint.c (break_range_command): Fix typo in comment.
[deliverable/binutils-gdb.git] / gdb / regset.h
index 6a9d72ae09cf8fe56013ac6d45c40f974f0f47c4..e378f29dec473ef592d84b6b6c55967215b55405 100644 (file)
@@ -1,6 +1,7 @@
 /* Manage register sets.
 
-   Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,6 +29,7 @@ struct core_regset_section
 {
   const char *sect_name;
   int size;
+  const char *human_name;
 };
 
 /* Data structure describing a register set.  */
This page took 0.023863 seconds and 4 git commands to generate.