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-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -1/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-05-24 | Use XCNEW gdbarch_tdep | Yao Qi | 1 | -1/+1 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -1/+0 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -3/+4 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -9/+4 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-09-06 | Add some missing arch_..._type helpers | Ulrich Weigand | 1 | -3/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
2016-03-05 | Fix argument passing for call | Denis Chertykov | 1 | -7/+9 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-11 | gdb: Make use of 'add_info' to create info sub-commands. | Andrew Burgess | 1 | -3/+2 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -3/+0 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 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-07-25 | Clarify the address and pointer conversions on AVR. | Pierre Langlois | 1 | -5/+12 |
2014-07-15 | Add support for the __flash qualifier on AVR | Pierre Langlois | 1 | -5/+81 |
2014-04-08 | Fix erroneous backtrace on avrxmega architectures. | Pierre Langlois | 1 | -1/+8 |
2014-03-24 | Fix PR/16720 | Pierre Langlois | 1 | -1/+1 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+4 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XMALLOC with XNEW | 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-08-12 | Because of: | Sergio Durigan Junior | 1 | -73/+0 |
2013-08-09 | This patch implements the new gdbarch method gdbarch_gdb_signal_to_target. | Sergio Durigan Junior | 1 | -0/+73 |
2013-08-09 | Remove unnecessary XMALLOC definitions. | Pedro Alves | 1 | -3/+0 |
2013-04-19 | -Wpointer-sign: gdb_byte -> char. | Pedro Alves | 1 | -3/+5 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 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 | -3/+6 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -63/+64 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-08-18 | * gdb_assert.h (gdb_assert_not_reached): New macro. | Doug Evans | 1 | -1/+1 |
2010-02-17 | 2010-02-17 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -4/+2 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-11-13 | 2009-11-13 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -4/+8 |
2009-11-10 | 2009-11-10 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -8/+73 |