Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -14/+14 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_FIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -15/+15 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -35/+35 |
2020-05-03 | Update more calls to add_prefix_cmd | Tom Tromey | 1 | -11/+3 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -23/+6 |
2020-03-13 | Two simple uses of value_print_scalar_formatted | Tom Tromey | 1 | -4/+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-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -4/+4 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-05-08 | Remove mips_pdr_data | Tom Tromey | 1 | -4/+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 | -8/+11 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -6/+3 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -17/+21 |
2018-08-27 | Use CORE_ADDR_MAX in various "breaks" arrays | Tom Tromey | 1 | -2/+2 |
2018-07-18 | microMIPS: Add SYSCALL instruction decoding | Maciej W. Rozycki | 1 | -6/+24 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -36/+24 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -2/+1 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -2/+1 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -1/+1 |
2018-05-15 | MIPS: Make `mask_address_var' static | Maciej W. Rozycki | 1 | -1/+1 |
2018-02-26 | MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABI | Maciej W. Rozycki | 1 | -0/+8 |
2018-02-26 | MIPS: Reorder ABI determination ahead of target description loading | Maciej W. Rozycki | 1 | -182/+178 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -2/+2 |
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 | -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 | -5/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -5/+4 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -8/+7 |
2017-11-02 | const-fy regcache::m_aspace | Yao Qi | 1 | -2/+3 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -8/+8 |
2017-10-24 | Target FP printing: Use floatformat_to_string in tdep code | Ulrich Weigand | 1 | -31/+14 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-27 | Constify some commands in mips-tdep.c | Tom Tromey | 1 | -5/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -1/+1 |
2017-08-02 | MIPS: Factor out FPU type naming in `gdbarch' debug | Maciej W. Rozycki | 1 | -8/+20 |
2017-08-01 | MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' member | Maciej W. Rozycki | 1 | -2/+2 |
2017-06-19 | Don't throw an error in 'info registers' for unavailable MIPS registers. | John Baldwin | 1 | -2/+8 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 1 | -5/+1 |
2017-06-12 | mips-tdep.c: Remove MAX_REGISTER_SIZE usage | Pedro Alves | 1 | -17/+23 |
2017-05-24 | Use XCNEW gdbarch_tdep | Yao Qi | 1 | -1/+1 |