aboutsummaryrefslogtreecommitdiff
path: root/gdb/arc-tdep.c
AgeCommit message (Expand)AuthorFilesLines
23 hoursgdb: pass program space to entry_point_addressSimon Marchi1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-22Use std::string for disassembler optionsTom Tromey1-8/+7
2024-02-21arc: Determine a branch target of DBNZ correctlyYuriy Kolerov1-0/+10
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-10/+10
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-3/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
2023-05-01Remove evaluate_expressionTom Tromey1-1/+1
2023-02-13Turn record_latest_value into a methodTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-2/+2
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-3/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-10/+10
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-6/+6
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-4/+4
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess1-23/+6
2022-05-27Fix crash with "maint print arc"Tom Tromey1-5/+5
2022-04-07gdb: always add the default register groupsAndrew Burgess1-17/+0
2022-03-29Unify gdb printf functionsTom Tromey1-13/+13
2022-02-07gdb/disasm: combine the no printing disassembler setup codeAndrew Burgess1-8/+2
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-10/+10
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-10/+10
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+3
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+2
2021-06-05arc: Add 'set disassembler-options' supportShahab Vahedi1-2/+4
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-01-26gdb: Add default reggroups for ARCShahab Vahedi1-0/+18
2021-01-26arc: Log "pc" value in "arc_skip_prologue"Anton Kolesov1-1/+1
2021-01-19trad-frame cleanupsLuis Machado1-2/+2
2021-01-13gdb: convert arc to new-style debug macrosSimon Marchi1-83/+52
2021-01-13gdb: turn arc_debug into a boolSimon Marchi1-8/+8
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