Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -5/+5 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-20 | infcall, c++: allow more info to be computed for pass-by-reference values | Tankut Baris Aktemur | 1 | -1/+1 |
2019-04-23 | gdb/tic6x: Use default gdbarch methods where possible | Andrew Burgess | 1 | -22/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+3 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -3/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -10/+7 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -2/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -10/+8 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -5/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-16 | Remove features/tic6x-*.c files | Yao Qi | 1 | -8/+0 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -10/+0 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -5/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: tic6x | Yao Qi | 1 | -11/+12 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -5/+4 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+4 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -4/+0 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -0/+4 |
2016-11-03 | Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -5/+12 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
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 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -3/+3 |
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 gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-12 | tic6x-tdep: set default frame base | Sanimir Agovic | 1 | -0/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -1/+1 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-09-17 | * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition | Siddhesh Poyarekar | 1 | -1/+0 |
2012-08-08 | gdb/ | Yao Qi | 1 | -24/+0 |
2012-06-08 | gdb/ | Yao Qi | 1 | -36/+29 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+0 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+1 |
2012-03-02 | gdb/ | Jan Kratochvil | 1 | -5/+8 |