aboutsummaryrefslogtreecommitdiff
path: root/gdb/regset.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-02-04Warn if core file register section is larger than expectedAndreas Arnez1-0/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez1-8/+0
2014-08-07Rename 'descr' field in regset structure to 'regmap'.Andreas Arnez1-3/+4
2014-05-21Drop regset_alloc().Andreas Arnez1-11/+0
2014-05-21Remove 'arch' field from regset structure.Andreas Arnez1-3/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-04 * regset.h (struct core_regset_section): Add HUMAN_NAME.Ulrich Weigand1-0/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-05-24 * gdbarch.sh: Added new gdbarch structCarlos Eduardo Seo1-0/+7
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2004-05-29* regset.h (collect_regset_ftype): Unconstify fourth argument.Mark Kettenis1-1/+1
2004-05-23* regset.h (struct regset): Add back `regset' member.Mark Kettenis1-1/+4
2004-05-22* regset.c: Tweak comment.Mark Kettenis1-9/+8
2004-05-21Allocate regset structures in the gdbarch's obstack, not usingJim Blandy1-4/+5
2004-05-20* regset.h: Make prototype const-correct.Mark Kettenis1-1/+1
2004-05-20Use a constructor function to create regset structures.Jim Blandy1-3/+22
2003-09-26* regset.h: New file.Mark Kettenis1-0/+41