Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-08 | Remove some uses of MAX_REGISTER_SIZE from mips-tdep.c | Alan Hayward | 1 | -3/+6 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -28/+29 |
2017-04-28 | Consistently use fprintf_filtered when displaying MIPS registers. | John Baldwin | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+3 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -1/+4 |
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: mips | Yao Qi | 1 | -69/+71 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -1/+0 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -29/+29 |
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 | -9/+0 |
2016-11-03 | Remove gdbarch_remote_breakpoint_from_pc | Yao Qi | 1 | -11/+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 | -88/+80 |
2016-11-03 | Add enum for mips breakpoint kinds | Yao Qi | 1 | -15/+25 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+1 |
2016-10-31 | MIPS: Remove remains of legacy remote target support | Maciej W. Rozycki | 1 | -38/+2 |
2016-10-31 | MIPS: Remove remains of IRIX OS ABI support | Maciej W. Rozycki | 1 | -34/+3 |
2016-10-06 | mips-tdep: Make FCRs always 32-bit | Maciej W. Rozycki | 1 | -1/+8 |
2016-10-06 | mips-tdep: Rearrange comments in `mips_pseudo_register_type' | Maciej W. Rozycki | 1 | -11/+9 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -12/+1 |
2016-04-22 | MIPS: Go back with the default Linux # of registers to 90 | Maciej W. Rozycki | 1 | -1/+5 |
2016-03-31 | Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi" | Pedro Alves | 1 | -19/+0 |
2016-03-07 | Fix "set architecture mips:10000" crash | Pedro Alves | 1 | -1/+2 |
2016-01-18 | MIPS: Remove remnants of 48-bit microMIPS instruction support | Maciej W. Rozycki | 1 | -33/+4 |