summaryrefslogtreecommitdiff
path: root/gdb/arc-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-05-01Remove evaluate_expressionTom Tromey
2023-02-13Turn record_latest_value into a methodTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess
2022-05-27Fix crash with "maint print arc"Tom Tromey
2022-04-07gdb: always add the default register groupsAndrew Burgess
2022-03-29Unify gdb printf functionsTom Tromey
2022-02-07gdb/disasm: combine the no printing disassembler setup codeAndrew Burgess
2022-01-05Use filtered output for gdbarch dumpTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi
2021-06-05arc: Add 'set disassembler-options' supportShahab Vahedi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-01-26gdb: Add default reggroups for ARCShahab Vahedi
2021-01-26arc: Log "pc" value in "arc_skip_prologue"Anton Kolesov
2021-01-19trad-frame cleanupsLuis Machado
2021-01-13gdb: convert arc to new-style debug macrosSimon Marchi
2021-01-13gdb: turn arc_debug into a boolSimon Marchi
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-22arc: Add support for signal handlersAnton Kolesov
2020-11-17gdb/arc: fix print_one_insn selftestAndrew Burgess
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-07arc: Add support for Linux coredump filesAnton Kolesov
2020-10-07arc: Rename "arc_gdbarch_features" structShahab Vahedi
2020-09-17Change management of tdesc_arch_dataTom Tromey
2020-08-25arc: Add GNU/Linux support for ARCAnton Kolesov
2020-08-25arc: Add hardware loop detectionShahab Vahedi
2020-08-25arc: Add ARCv2 XML target along with refactoringShahab Vahedi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-03-16arc: Migrate to new target featuresAnton Kolesov
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-26Make a bunch of functions staticSimon Marchi
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries