summaryrefslogtreecommitdiff
path: root/gdb/arc-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* arc: Add 'set disassembler-options' supportShahab Vahedi2021-06-051-2/+4
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* gdb: Add default reggroups for ARCShahab Vahedi2021-01-261-0/+18
* arc: Log "pc" value in "arc_skip_prologue"Anton Kolesov2021-01-261-1/+1
* trad-frame cleanupsLuis Machado2021-01-191-2/+2
* gdb: convert arc to new-style debug macrosSimon Marchi2021-01-131-83/+52
* gdb: turn arc_debug into a boolSimon Marchi2021-01-131-8/+8
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-5/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* arc: Add support for signal handlersAnton Kolesov2020-12-221-0/+123
* gdb/arc: fix print_one_insn selftestAndrew Burgess2020-11-171-0/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-33/+33
* arc: Add support for Linux coredump filesAnton Kolesov2020-10-071-3/+2
* arc: Rename "arc_gdbarch_features" structShahab Vahedi2020-10-071-7/+7
* Change management of tdesc_arch_dataTom Tromey2020-09-171-9/+8
* arc: Add GNU/Linux support for ARCAnton Kolesov2020-08-251-2/+1
* arc: Add hardware loop detectionShahab Vahedi2020-08-251-4/+35
* arc: Add ARCv2 XML target along with refactoringShahab Vahedi2020-08-251-236/+416
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-13/+5
* arc: Migrate to new target featuresAnton Kolesov2020-03-161-18/+41
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-3/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* Fix opcodes includesTom Tromey2019-10-231-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-4/+4
* Change arc_tdesc_init to return boolTom Tromey2019-05-041-9/+9
* Use bool, true, and false in arc-tdep.cTom Tromey2019-05-041-4/+4
* Revert the header-sorting patchTom Tromey2019-04-061-3/+1
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-1/+3
* gdb/arc: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-45/+0
* gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess2019-02-271-2/+21
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Do not accidentally include in-tree readline headersTom Tromey2018-10-061-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-1/+1
* Remove long_long_align_bit gdbarch attributeTom Tromey2018-04-301-1/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-18/+14
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* arc: Pass proper CPU value to the disassemblerAnton Kolesov2017-10-111-2/+32
* Constify dump_arc_instruction_commandTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* arc: Select CPU model properly before disassemblingAnton Kolesov2017-06-161-6/+57
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1