Age | Commit message (Expand) | Author | Files | Lines |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+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 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-02 | Complete the previous commit (block_found refactoring) | Pierre-Marie de Rodat | 1 | -1/+1 |
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 string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-07-10 | http://sourceware.org/ml/gdb-patches/2013-07/msg00065.html | Sergio Durigan Junior | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-12 | rename frame_register_read into deprecated_frame_register_read. | Joel Brobecker | 1 | -4/+4 |
2012-08-24 | * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca | Siddhesh Poyarekar | 1 | -2/+6 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+1 |
2012-02-02 | * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of | Doug Evans | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -0/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -9/+20 |
2011-01-09 | 2011-01-08 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -11/+12 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |
2010-06-11 | gdb | Tom Tromey | 1 | -2/+2 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -14/+28 |
2009-07-02 | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 1 | -13/+26 |
2009-07-02 | * gdbtypes.c (lookup_array_range_type): Add prototype. | Ulrich Weigand | 1 | -5/+1 |
2009-06-17 | * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, | Ulrich Weigand | 1 | -1/+1 |
2009-02-22 | Silence a few -Wmissing-prototypes warnings. | Pedro Alves | 1 | -0/+3 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-10-28 | gdb | Tom Tromey | 1 | -1/+5 |
2008-09-11 | * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch) | Ulrich Weigand | 1 | -2/+2 |
2008-09-11 | * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32 | Ulrich Weigand | 1 | -1/+1 |
2008-09-11 | * gdbtypes.h (builtin_type_void): Remove macro, add declaration. | Ulrich Weigand | 1 | -10/+4 |
2008-06-28 | * alphafbsd-tdep.c: Update for unwinder changes. | Ulrich Weigand | 1 | -43/+30 |
2008-05-19 | * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter. | Ulrich Weigand | 1 | -1/+1 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 1 | -1/+3 |
2008-04-22 | doc/ChangeLog: | Corinna Vinschen | 1 | -3/+3 |
2008-01-11 | * gdbarch.sh (skip_prologue): Add gdbarch | Markus Deuling | 1 | -1/+1 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-11-07 | *** empty log message *** | Markus Deuling | 1 | -2/+3 |
2007-11-02 | 2007-11-02 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -10/+10 |
2007-10-17 | * frame.c (frame_unwind_unsigned_register): Delete. | Daniel Jacobowitz | 1 | -4/+4 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-06-09 | 2007-06-09 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -6/+15 |
2007-05-06 | * regcache.c (regcache_invalidate): New function. | Ulrich Weigand | 1 | -2/+2 |
2007-02-27 | * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id) | Daniel Jacobowitz | 1 | -5/+4 |
2007-02-20 | gdb/ | Daniel Jacobowitz | 1 | -3/+3 |
2007-01-29 | * doublest.c (floatformat_from_length): Use the right element from | Daniel Jacobowitz | 1 | -17/+3 |