aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-25/+25
2022-07-21gdb/mips: rewrite show_mask_addressAndrew Burgess1-20/+17
2022-06-15gdb: add new base class to gdb_disassemblerAndrew Burgess1-2/+2
2022-05-10gdb: mips: Fix large-frame.exp test case failureYouling Tang1-0/+3
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi1-2/+2
2022-04-13gdb: fix clang build failure in msymbol_is_mipsSimon Marchi1-1/+1
2022-04-11gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macrosSimon Marchi1-2/+2
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi1-2/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-4/+4
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-2/+2
2022-04-06gdb: mips: Fix the handling of complex type of function return valueYouling Tang1-10/+24
2022-03-29Unify gdb printf functionsTom Tromey1-271/+271
2022-03-29Unify gdb putc functionsTom Tromey1-4/+4
2022-03-29Unify gdb puts functionsTom Tromey1-20/+20
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-31gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi1-1/+1
2022-01-05Use filtered output in *-tdep commandsTom Tromey1-3/+3
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-27/+27
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-4/+5
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-62/+102
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-2/+2
2021-10-29gdb: remove FIELD_BITPOS macroSimon Marchi1-4/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+5
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-5/+5
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+4
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-5/+0
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-11/+14
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-3/+3
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