| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb: fix TYPE_CODE_ARRAY handling in sparc targets | Vladimir Mezentsev | 2017-05-19 | 1 | -2/+41 |
* | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 2017-04-12 | 1 | -0/+3 |
* | Decode properly flags of %ccr register on sparc64. | Ivo Raisr | 2017-03-21 | 1 | -11/+36 |
* | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 2017-03-20 | 1 | -0/+1 |
* | gdb: provide and use sparc{32,64} target description XML files. | Ivo Raisr | 2017-02-05 | 1 | -0/+16 |
* | gdb: sparc: split real and pseudo registers. | Ivo Raisr | 2017-01-16 | 1 | -63/+100 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | sparc64-tdep.c: Don't assign using memcpy return | Simon Marchi | 2015-10-24 | 1 | -1/+2 |
* | Add some more casts (2/2) | Simon Marchi | 2015-09-25 | 1 | -4/+4 |
* | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 2015-05-26 | 1 | -1/+1 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -2/+0 |
* | Include gdb_assert.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | SPARC: Rename register maps from "*regset" to "*regmap" | Andreas Arnez | 2014-05-21 | 1 | -41/+41 |
* | Fix passing double float complex arguments in sparc64. | Jose E. Marchesi | 2014-02-11 | 1 | -3/+21 |
* | Add gdbarch_in_function_epilogue_p hook for sparc64. | Jose E. Marchesi | 2014-02-10 | 1 | -0/+1 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | Fix Sparc %fsr regset offset for BSD and Linux. | David S. Miller | 2012-11-23 | 1 | -10/+21 |
* | gdb/ | Maciej W. Rozycki | 2012-05-16 | 1 | -1/+1 |
* | * sparc64-tdep.c (sparc64_store_arguments) | Mark Kettenis | 2012-04-09 | 1 | -4/+4 |
* | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of | Mark Kettenis | 2012-04-08 | 1 | -7/+8 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -2/+1 |
* | Fix complex floats on sparc. | David S. Miller | 2011-09-28 | 1 | -5/+27 |
* | Add support for single register window model on SPARC | Joel Brobecker | 2011-06-27 | 1 | -8/+9 |
* | * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply | Mark Kettenis | 2011-05-21 | 1 | -1/+2 |
* | gdb/ | Pedro Alves | 2011-03-18 | 1 | -0/+1 |
* | gdb/ | Pedro Alves | 2011-03-18 | 1 | -11/+30 |
* | 2011-02-25 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-02-26 | 1 | -1/+1 |
* | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-11 | 1 | -1/+1 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
* | [sparc] inferior SEGV while calling Ada subprogram | Joel Brobecker | 2010-10-01 | 1 | -0/+8 |
* | "finish" does not work on sparc if function returns array. | Joel Brobecker | 2010-05-05 | 1 | -1/+6 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -10/+17 |
* | * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. | Ulrich Weigand | 2009-07-02 | 1 | -3/+3 |
* | * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and | Ulrich Weigand | 2009-07-02 | 1 | -61/+79 |
* | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 2009-07-02 | 1 | -7/+9 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch) | Ulrich Weigand | 2008-09-11 | 1 | -6/+6 |
* | * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c, | Joel Brobecker | 2008-05-07 | 1 | -63/+27 |
* | * dwarf2-frame.c (read_reg): Expect this_frame in the baton. | Daniel Jacobowitz | 2008-04-30 | 1 | -1/+1 |
* | doc/ChangeLog: | Corinna Vinschen | 2008-04-22 | 1 | -3/+3 |
* | * alpha-tdep.c (alpha_heuristic_proc_start) | Markus Deuling | 2008-01-11 | 1 | -1/+2 |
* | * gdbarch.sh (skip_prologue): Add gdbarch | Markus Deuling | 2008-01-11 | 1 | -1/+1 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+2 |
* | 2007-11-02 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-11-02 | 1 | -1/+1 |
* | 2007-10-10 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-10-10 | 1 | -4/+4 |