Age | Commit message (Expand) | Author | Files | Lines |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -10/+13 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -2/+4 |
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 | -5/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-08 | x86-64: fix ZMM register state tracking | Jan Beulich | 1 | -14/+26 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -20/+20 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -74/+60 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -1/+1 |
2018-05-22 | gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave' | Maciej W. Rozycki | 1 | -1/+1 |
2018-05-11 | gdb/x86: Fix write out of mxcsr register for xsave targets | Andrew Burgess | 1 | -2/+2 |
2018-05-08 | gdb/x86: Handle kernels using compact xsave format | Andrew Burgess | 1 | -335/+432 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-06 | Target FP: Remove convert_typed_floating from tdep files | Ulrich Weigand | 1 | -2/+2 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -4/+3 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -6/+6 |
2017-10-24 | Target FP printing: Use floatformat_to_string in tdep code | Ulrich Weigand | 1 | -13/+4 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-05-24 | Get register contents by register_size instead of TYPE_LENGTH | Yao Qi | 1 | -1/+2 |
2017-05-24 | Restrict i387_convert_register_p | Yao Qi | 1 | -2/+3 |
2017-03-07 | amd64-mpx: initialize BND register before performing inferior calls. | Walfred Tedeschi | 1 | -0/+17 |
2017-02-24 | Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE | Alan Hayward | 1 | -1/+1 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -2/+81 |
2017-02-17 | Change xstate_bv handling to use 8 bytes of data. | Michael Sturm | 1 | -12/+21 |
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 (1/2) | Simon Marchi | 1 | -6/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 1 | -61/+61 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-04-24 | Add AVX512 registers support to GDB and GDBserver. | Michael Sturm | 1 | -9/+375 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | Add MPX support for i386 | Walfred Tedeschi | 1 | -4/+126 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-04-19 | Fix the x87 FP register printout when issuing the “info float” command. | Pedro Alves | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+0 |
2012-03-05 | 2012-03-05 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -22/+11 |
2012-03-05 | 2012-03-05 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -33/+54 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -56/+110 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+2 |
2011-07-11 | * regcache.c (struct regcache_descr): Fix typo. | Tom Tromey | 1 | -1/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -4/+11 |
2011-02-26 | 2011-02-26 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+3 |