aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Don't throw an error in 'info registers' for unavailable MIPS registers.John Baldwin1-2/+8
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-5/+1
2017-06-12mips-tdep.c: Remove MAX_REGISTER_SIZE usagePedro Alves1-17/+23
2017-05-24Use XCNEW gdbarch_tdepYao Qi1-1/+1
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-tdep.cAlan Hayward1-3/+6
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-28/+29
2017-04-28Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-01-26Refactor disassembly codeYao Qi1-1/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: mipsYao Qi1-69/+71
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-1/+0
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-29/+29
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+2
2016-11-03Add default_breakpoint_from_pcYao Qi1-9/+0
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-11/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+4
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-88/+80
2016-11-03Add enum for mips breakpoint kindsYao Qi1-15/+25
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+1
2016-10-31MIPS: Remove remains of legacy remote target supportMaciej W. Rozycki1-38/+2
2016-10-31MIPS: Remove remains of IRIX OS ABI supportMaciej W. Rozycki1-34/+3
2016-10-06mips-tdep: Make FCRs always 32-bitMaciej W. Rozycki1-1/+8
2016-10-06mips-tdep: Rearrange comments in `mips_pseudo_register_type'Maciej W. Rozycki1-11/+9
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-07-14Remove unused variablesTom Tromey1-12/+1
2016-04-22MIPS: Go back with the default Linux # of registers to 90Maciej W. Rozycki1-1/+5
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves1-19/+0
2016-03-07Fix "set architecture mips:10000" crashPedro Alves1-1/+2
2016-01-18MIPS: Remove remnants of 48-bit microMIPS instruction supportMaciej W. Rozycki1-33/+4
2016-01-18MIPS: Fix microMIPS instruction size determinationMaciej W. Rozycki1-1/+3
2016-01-07MIPS: Complete `status' to `err' renaming in `mips_breakpoint_from_pc'Maciej W. Rozycki1-4/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-12/+13
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-6/+2
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-13/+16
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-15/+20
2015-03-06New common function "startswith"Gary Benson1-12/+11
2015-01-02MIPS: Make the extracted stack offset signed in the prologue scannerMaciej W. Rozycki1-10/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-18MIPS: Provide FPU info and decode FCSR in `info float'Yao Qi1-0/+93
2014-12-12MIPS: Define aliases for MSYMBOL_TARGET_FLAG macrosMaciej W. Rozycki1-5/+6
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki1-73/+121
2014-10-05MIPS: Rewrite `add_offset_16' to match its nameMaciej W. Rozycki1-7/+9
2014-10-05MIPS: Correct heuristic prologue termination conditionsMaciej W. Rozycki1-142/+290
2014-10-05MIPS: Correct MUSTBE32 interpretation in delay slot handlingMaciej W. Rozycki1-8/+13