Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -8/+8 |
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-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-04-23 | gdb/sparc: Use default_unwind_pc | Andrew Burgess | 1 | -9/+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 | -6/+9 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -2/+4 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -16/+12 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -17/+12 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -12/+12 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -10/+10 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -2/+2 |
2018-05-04 | (SPARC/LEON) fix incorrect array return value printed by "finish" | Joel Brobecker | 1 | -24/+42 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
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 | -2/+2 |
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 | -8/+8 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-08-11 | Class-fy dwarf2_frame_state_reg_info | Yao Qi | 1 | -1/+1 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -1/+1 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -2/+0 |
2017-05-19 | gdb: fix TYPE_CODE_ARRAY handling in sparc targets | Vladimir Mezentsev | 1 | -17/+55 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -4/+4 |
2017-04-26 | [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to it | Jiong Wang | 1 | -0/+32 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+3 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -0/+1 |
2017-02-07 | gdb: fix ARI warning in sparc-tdep.c | Jose E. Marchesi | 1 | -2/+2 |
2017-02-05 | gdb: provide and use sparc{32,64} target description XML files. | Ivo Raisr | 1 | -0/+75 |
2017-01-16 | gdb: sparc: split real and pseudo registers. | Ivo Raisr | 1 | -19/+48 |
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: sparc | Yao Qi | 1 | -7/+10 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -4/+5 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -3/+6 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -9/+3 |
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 | -1/+0 |
2016-03-18 | Make sparc_software_single_step static | Yao Qi | 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 | -6/+6 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-30 | SPARC: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections' | Andreas Arnez | 1 | -14/+10 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |