Age | Commit message (Expand) | Author | Files | Lines |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+2 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -19/+19 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -18/+18 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -8/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -1/+1 |
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-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -2/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-23 | Fix bug in nios2 prologue analysis. | Sandra Loosemore | 1 | -3/+5 |
2019-04-23 | gdb/nios2: Use default gdbarch methods where possible | Andrew Burgess | 1 | -20/+0 |
2019-03-28 | Fix stepping past unwritable kernel helper on nios2-linux-gnu. | Sandra Loosemore | 1 | -4/+23 |
2019-02-27 | gdb: Restructure type_align and gdbarch_type_align | Andrew Burgess | 1 | -2/+21 |
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 | -12/+9 |
2018-09-18 | Add gcc_target_options hook for nios2. | Sandra Loosemore | 1 | -0/+11 |
2018-09-14 | Provide type_align gdbarch function for nios2. | Sandra Loosemore | 1 | -0/+11 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -2/+2 |
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 | -2/+0 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -14/+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: nios2 | Yao Qi | 1 | -12/+13 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -4/+4 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+2 |
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 | -39/+59 |
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 | -8/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -5/+3 |
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-08-03 | Nios II R2 support for GDB. | Sandra Loosemore | 1 | -85/+624 |
2015-07-30 | Don't allow non-stack memory writes in the prologue for nios2. | Sandra Loosemore | 1 | -3/+1 |
2015-07-30 | Update trap/break handling in nios2 prologue analyzer. | Sandra Loosemore | 1 | -14/+25 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -3/+3 |
2015-05-08 | Revert to using "trap 31" for breakpoints on nios2. | Sandra Loosemore | 1 | -6/+14 |