aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-4/+4
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-05-08Remove mips_pdr_dataTom Tromey1-4/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-8/+11
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-6/+3
2018-10-04Simple -Wshadow=local fixesTom Tromey1-17/+21
2018-08-27Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey1-2/+2
2018-07-18microMIPS: Add SYSCALL instruction decodingMaciej W. Rozycki1-6/+24
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-36/+24
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-2/+1
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-2/+1
2018-05-30Remove regcache_raw_write_partSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_writeSimon Marchi1-1/+1
2018-05-15MIPS: Make `mask_address_var' staticMaciej W. Rozycki1-1/+1
2018-02-26MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABIMaciej W. Rozycki1-0/+8
2018-02-26MIPS: Reorder ABI determination ahead of target description loadingMaciej W. Rozycki1-182/+178
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-2/+2
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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