Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-02-26 | 2011-02-26 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+2 |
2011-01-09 | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+5 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-05 | 2010-05-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+0 |
2010-04-09 | Replace abort with internal_error. | H.J. Lu | 1 | -2/+4 |
2010-04-08 | Re-indent i387_collect_xsave. | H.J. Lu | 1 | -55/+55 |
2010-04-07 | Support i387 AVX. | H.J. Lu | 1 | -0/+470 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -2/+4 |
2009-07-02 | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 1 | -11/+15 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-03-11 | * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch | Markus Deuling | 1 | -101/+61 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-11-09 | * gdbarch.sh (convert_register_p): Add gdbarch as parameter. | Markus Deuling | 1 | -1/+1 |
2007-10-24 | * amd64-tdep.c (amd64_convert_register_p): Delete. | Daniel Jacobowitz | 1 | -4/+21 |
2007-10-22 | 2007-10-22 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -2/+2 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |