gdb/testsuite/dap: prefix some procs with _
[binutils-gdb.git] / gdb / or1k-tdep.c
2023-01-05 Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-07-26 Andrew Burgessgdb: rename gdbarch_tdep struct to fix g++ 4.8 build
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-04-07 Andrew Burgessgdb: always add the default register groups
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-06 Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_DEBUGFORMAT macro, add getter...
2022-01-05 Tom TromeyUse filtered output for gdbarch dump
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-18 Simon Marchigdb: include gdbarch.h in all files extending gdbarch_tdep
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-28 Stafford Hornegdb: or1k: add single step for linux native debugging
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-17 Tom TromeyChange management of tdesc_arch_data
2020-09-14 Simon Marchigdb: remove TYPE_VARARGS
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-04-23 Andrew Burgessgdb/or1k: Use default gdbarch methods where possible
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-07 Stafford Hornegdb/or1k: Add linux debugging support
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-16 Stafford Hornegdb: Fix function parameter alignments in or1k-tdep.c.
2017-12-13 Stafford Hornegdb: Fix ARI warnings in or1k-tdep.c
2017-12-12 Franck Julliengdb: Add OpenRISC or1k and or1knd target support