Age | Commit message (Expand) | Author | Files | Lines |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-10-18 | gdb: check for groups with duplicate names in reggroups:add | Simon Marchi | 1 | -2/+7 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -2/+1 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -26/+28 |
2022-04-07 | gdb: update comments throughout reggroups.{c,h} files | Andrew Burgess | 1 | -2/+9 |
2022-04-07 | gdb: move struct reggroup into reggroups.h header | Andrew Burgess | 1 | -41/+0 |
2022-04-07 | gdb: convert reggroup to a C++ class with constructor, etc | Andrew Burgess | 1 | -18/+30 |
2022-04-07 | gdb: make the pre-defined register groups const | Andrew Burgess | 1 | -15/+15 |
2022-04-07 | gdb: more 'const' in gdb/reggroups.{c,h} | Andrew Burgess | 1 | -4/+4 |
2022-04-07 | gdb: remove reggroup_next and reggroup_prev | Andrew Burgess | 1 | -93/+25 |
2022-04-07 | gdb: convert reggroups to use a std::vector | Andrew Burgess | 1 | -76/+75 |
2022-04-07 | gdb: always add the default register groups | Andrew Burgess | 1 | -24/+33 |
2022-04-07 | gdb: have reggroup_find return a const | Andrew Burgess | 1 | -1/+1 |
2022-04-07 | gdb: make gdbarch_register_reggroup_p take a const reggroup * | Andrew Burgess | 1 | -1/+1 |
2022-04-07 | gdb: add some const in gdb/reggroups.c | Andrew Burgess | 1 | -4/+4 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-05 | Use filtered output in some dumping commands | Tom Tromey | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-26 | Add decfloat registers to float reggroup | Pedro Franco de Carvalho | 1 | -1/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-27 | reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroups | Stafford Horne | 1 | -0/+31 |
2017-12-27 | reggroups: Convert reggroups from post_init to pre_init | Stafford Horne | 1 | -11/+4 |
2017-09-27 | Constify maintenance_print_reggroups | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -4/+5 |
2015-05-26 | gdb: Add 'tui reg prev' command. | Andrew Burgess | 1 | -0/+29 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -8/+8 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-16 | 2010-05-16 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+5 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-07-02 | * arch-utils.c (selected_byte_order): Return target_byte_order_user. | Ulrich Weigand | 1 | -2/+5 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |