aboutsummaryrefslogtreecommitdiff
path: root/gdb/arc-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-5/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-22arc: Add support for signal handlersAnton Kolesov1-0/+123
2020-11-17gdb/arc: fix print_one_insn selftestAndrew Burgess1-0/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-33/+33
2020-10-07arc: Add support for Linux coredump filesAnton Kolesov1-3/+2
2020-10-07arc: Rename "arc_gdbarch_features" structShahab Vahedi1-7/+7
2020-09-17Change management of tdesc_arch_dataTom Tromey1-9/+8
2020-08-25arc: Add GNU/Linux support for ARCAnton Kolesov1-2/+1
2020-08-25arc: Add hardware loop detectionShahab Vahedi1-4/+35
2020-08-25arc: Add ARCv2 XML target along with refactoringShahab Vahedi1-236/+416
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-13/+5
2020-03-16arc: Migrate to new target featuresAnton Kolesov1-18/+41
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-26Make a bunch of functions staticSimon Marchi1-3/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-23Fix opcodes includesTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-4/+4
2019-05-04Change arc_tdesc_init to return boolTom Tromey1-9/+9
2019-05-04Use bool, true, and false in arc-tdep.cTom Tromey1-4/+4
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-02-27gdb/arc: Use default gdbarch methods where possibleAndrew Burgess1-45/+0
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess1-2/+21
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+3
2018-10-06Do not accidentally include in-tree readline headersTom Tromey1-1/+1
2018-05-30Remove regcache_cooked_writeSimon Marchi1-1/+1
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey1-1/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-12C++-ify prologue-value's pv_areaTom Tromey1-18/+14
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-10-11arc: Pass proper CPU value to the disassemblerAnton Kolesov1-2/+32
2017-09-27Constify dump_arc_instruction_commandTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-06-16arc: Select CPU model properly before disassemblingAnton Kolesov1-6/+57
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-2/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-03-28arc: Add prologue analysisAnton Kolesov1-20/+478
2017-03-28arc: Add disassembler helperAnton Kolesov1-1/+314
2017-03-28arc: Add "maintenance print arc" command prefixAnton Kolesov1-0/+19
2017-03-28arc: Align internal regnums with architectural regnumsAnton Kolesov1-7/+21
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+2
2016-11-03Add default_breakpoint_from_pcYao Qi1-2/+0
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-13/+21