summaryrefslogtreecommitdiff
path: root/gdb/regset.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Warn if core file register section is larger than expectedAndreas Arnez2015-02-041-0/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace 'core_regset_sections' by iterator methodAndreas Arnez2014-09-301-8/+0
* Rename 'descr' field in regset structure to 'regmap'.Andreas Arnez2014-08-071-3/+4
* Drop regset_alloc().Andreas Arnez2014-05-211-11/+0
* Remove 'arch' field from regset structure.Andreas Arnez2014-05-211-3/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * regset.h (struct core_regset_section): Add HUMAN_NAME.Ulrich Weigand2010-01-041-0/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+2
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * gdbarch.sh: Added new gdbarch structCarlos Eduardo Seo2008-05-241-0/+7
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* * regset.h (collect_regset_ftype): Unconstify fourth argument.Mark Kettenis2004-05-291-1/+1
* * regset.h (struct regset): Add back `regset' member.Mark Kettenis2004-05-231-1/+4
* * regset.c: Tweak comment.Mark Kettenis2004-05-221-9/+8
* Allocate regset structures in the gdbarch's obstack, not usingJim Blandy2004-05-211-4/+5
* * regset.h: Make prototype const-correct.Mark Kettenis2004-05-201-1/+1
* Use a constructor function to create regset structures.Jim Blandy2004-05-201-3/+22
* * regset.h: New file.Mark Kettenis2003-09-261-0/+41