Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-18 | MIPS: Fix microMIPS instruction size determination | Maciej W. Rozycki | 1 | -1/+3 |
2016-01-07 | MIPS: Complete `status' to `err' renaming in `mips_breakpoint_from_pc' | Maciej W. Rozycki | 1 | -4/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -12/+13 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -6/+2 |
2015-09-30 | gdbarch.h: Change gdbarch_info::tdep_info's type to void * | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -13/+16 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -15/+20 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -12/+11 |
2015-01-02 | MIPS: Make the extracted stack offset signed in the prologue scanner | Maciej W. Rozycki | 1 | -10/+11 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | MIPS: Provide FPU info and decode FCSR in `info float' | Yao Qi | 1 | -0/+93 |
2014-12-12 | MIPS: Define aliases for MSYMBOL_TARGET_FLAG macros | Maciej W. Rozycki | 1 | -5/+6 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -73/+121 |
2014-10-05 | MIPS: Rewrite `add_offset_16' to match its name | Maciej W. Rozycki | 1 | -7/+9 |
2014-10-05 | MIPS: Correct heuristic prologue termination conditions | Maciej W. Rozycki | 1 | -142/+290 |
2014-10-05 | MIPS: Correct MUSTBE32 interpretation in delay slot handling | Maciej W. Rozycki | 1 | -8/+13 |