aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Remove some unused variablesSimon Marchi1-5/+0
2017-11-07Constify add_setshow_*Tom Tromey1-5/+4
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-8/+7
2017-11-02const-fy regcache::m_aspaceYao Qi1-2/+3
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-8/+8
2017-10-24Target FP printing: Use floatformat_to_string in tdep codeUlrich Weigand1-31/+14
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-27Constify some commands in mips-tdep.cTom Tromey1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+1
2017-08-02MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki1-8/+20
2017-08-01MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki1-2/+2
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