aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-19trad-frame cleanupsLuis Machado1-11/+11
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-9/+9
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-9/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-219/+219
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-2/+2
2020-09-17Change management of tdesc_arch_dataTom Tromey1-47/+27
2020-09-14Apply 'const' in more placesTom Tromey1-4/+4
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-14/+14
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-15/+15
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-35/+35
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-11/+3
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-23/+6
2020-03-13Two simple uses of value_print_scalar_formattedTom Tromey1-4/+1
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
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