Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -8/+8 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -6/+6 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -3/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-05-08 | Convert hppa-tdep.c to type-safe registry API | Tom Tromey | 1 | -10/+7 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-02-27 | gdb/hppa: Use default gdbarch method default_dummy_id. | Andrew Burgess | 1 | -9/+0 |
2019-01-17 | Make minimal symbol range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-09 | Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS | Tom Tromey | 1 | -13/+14 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -50/+49 |
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 | -4/+6 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -8/+7 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -4/+3 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -8/+6 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -5/+2 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -3/+3 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -1/+1 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-27 | Constify unwind_command | Tom Tromey | 1 | -1/+1 |
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 | -2/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -0/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -23/+0 |
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 | -8/+4 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -12/+13 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -7/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | gdb: Fix left shift of negative value. | Dominik Vogt | 1 | -4/+4 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -2/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -9/+11 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -4/+7 |
2015-03-13 | Remove HPUX | Jan Kratochvil | 1 | -10/+33 |
2015-01-22 | gdb/hppa-tdep.c: Fix logical working flow issues and check additional store i... | Chen Gang | 1 | -26/+95 |