summaryrefslogtreecommitdiff
path: root/gdb/regset.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-02-04Warn if core file register section is larger than expectedAndreas Arnez
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez
2014-08-07Rename 'descr' field in regset structure to 'regmap'.Andreas Arnez
2014-05-21Drop regset_alloc().Andreas Arnez
2014-05-21Remove 'arch' field from regset structure.Andreas Arnez
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-01-04 * regset.h (struct core_regset_section): Add HUMAN_NAME.Ulrich Weigand
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-05-24 * gdbarch.sh: Added new gdbarch structCarlos Eduardo Seo
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2005-12-17 * breakpoint.c:Eli Zaretskii
2004-05-29* regset.h (collect_regset_ftype): Unconstify fourth argument.Mark Kettenis
2004-05-23* regset.h (struct regset): Add back `regset' member.Mark Kettenis
2004-05-22* regset.c: Tweak comment.Mark Kettenis
2004-05-21Allocate regset structures in the gdbarch's obstack, not usingJim Blandy
2004-05-20* regset.h: Make prototype const-correct.Mark Kettenis
2004-05-20Use a constructor function to create regset structures.Jim Blandy
2003-09-26* regset.h: New file.Mark Kettenis