Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+1 |
2016-03-18 | [spu] throw error when target_read_memory fails | Yao Qi | 1 | -1/+3 |
2016-01-21 | Fix regression introduced in "break *<EXPR>" by explicit location patches. | 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 | -9/+11 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-11 | Explicit locations: introduce address locations | Keith Seitz | 1 | -4/+1 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -3/+9 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -4/+3 |
2015-04-08 | [spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_init | Yao Qi | 1 | -1/+0 |
2015-03-20 | constify sparc-sol2-tdep.c and spu-tdep.c | Pedro Alves | 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-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -5/+6 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
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-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -1/+1 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-04-17 | Enable DWARF unwinders for SPU | Ulrich Weigand | 1 | -0/+62 |
2014-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 1 | -3/+4 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -4/+4 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -14/+15 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -5/+5 |
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-12-06 | New OPTIMIZED_OUT_ERROR error code. | Pedro Alves | 1 | -2/+3 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: gdb_byte -> char. | Pedro Alves | 1 | -7/+9 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -1/+1 |
2013-04-15 | Add missing empty line in spu_write_pc. | Joel Brobecker | 1 | -0/+1 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-09-27 | * amd64-tdep.c (amd64_return_value): Revert previous change | Siddhesh Poyarekar | 1 | -2/+3 |
2012-09-26 | * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly. | Siddhesh Poyarekar | 1 | -3/+2 |
2012-09-17 | * m2-valprint.c (m2_print_array_contents): Eliminate variable | Siddhesh Poyarekar | 1 | -2/+1 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -7/+7 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+2 |
2012-05-15 | gdb/ | Jan Kratochvil | 1 | -0/+1 |
2012-03-13 | 2012-03-13 Hui Zhu <teawater@gmail.com> | Pedro Alves | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-11-16 | * spu-tdep.c (spu_return_value): Fix handling of | Ulrich Weigand | 1 | -5/+13 |
2011-10-26 | * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops | Ulrich Weigand | 1 | -2/+2 |
2011-08-05 | gdb/ | Jan Kratochvil | 1 | -61/+63 |
2011-05-06 | ChangeLog: | Ulrich Weigand | 1 | -1/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -0/+2 |