]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/nios2-tdep.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / nios2-tdep.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_type into method
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-10-02  Andrew Burgessgdb: final cleanup of various gdbarch_register_name...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-07-21  Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-03-29  Tom TromeyUnify gdb printf functions
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-15  Simon Marchigdb: fix gdbarch_tdep ODR violation
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-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: fix some indentation issues
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-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-15  Tom TromeyChange gcc_target_options to return std::string
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-23  Sandra LoosemoreFix bug in nios2 prologue analysis.
2019-04-23  Andrew Burgessgdb/nios2: Use default gdbarch methods where possible
2019-03-28  Sandra LoosemoreFix stepping past unwritable kernel helper on nios2...
2019-02-27  Andrew Burgessgdb: Restructure type_align and gdbarch_type_align
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16  Alan HaywardPass return_method to _push_dummy_call
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-19  Sandra LoosemoreAdd gcc_target_options hook for nios2.
2018-09-15  Sandra LoosemoreProvide type_align gdbarch function for nios2.
2018-07-22  Tom TromeySimple unused variable removals
2018-05-30  Simon MarchiRemove regcache_cooked_write
2018-05-30  Simon MarchiRemove regcache_cooked_read
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-05  Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-05-24  Yao QiDelegate opcodes to select disassembler in GDB
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-22  Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-03  Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03  Yao QiAdd default_breakpoint_from_pc
2016-11-03  Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-11-03  Yao QiSplit breakpoint_from_pc to breakpoint_kind_from_pc...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26  Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-03  Sandra LoosemoreNios II R2 support for GDB.
2015-07-30  Sandra LoosemoreDon't allow non-stack memory writes in the prologue...
2015-07-30  Sandra LoosemoreUpdate trap/break handling in nios2 prologue analyzer.
2015-05-26  Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-05-08  Sandra LoosemoreRevert to using "trap 31" for breakpoints on nios2.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-26  Sandra LoosemoreFix Nios II prologue analyzer to handle multiple stack...
2014-11-26  Sandra LoosemoreFix Nios II GDB epilogue detection to handle multiple...
2014-11-26  Sandra LoosemoreRefactor Nios II GDB support to use helper functions...
2014-11-06  Sandra LoosemoreUpdate Nios II prologue analysis to remove detection...
2014-10-23  Sandra LoosemoreRefactoring/cleanup of nios2 opcodes and assembler...
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-12  Tom Tromeyfix error in nios2-tdep.c
2014-02-12  Sanimir Agovicnios2-tdep: remove unreferenced global nios2_stub_frame...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-10-14  Sandra Loosemore2013-10-13 Sandra Loosemore <sandra@codesourcery...
2013-06-24  Maciej W. Rozycki * objfiles.h (pc_in_section): New prototype.
2013-05-07  Pierre Muller * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix...
2013-05-07  Sandra Loosemore2013-05-06 Sandra Loosemore <sandra@codesourcery...