]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/sh-tdep.c
gdb: move store/extract integer functions to extract-store-integer.{c,h}
[thirdparty/binutils-gdb.git] / gdb / sh-tdep.c
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-14  Simon Marchigdb: rename gdbarch_pseudo_register_write to gdbarch_de...
2023-03-18  Tom TromeyUnify arch_float_type and init_float_type
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-12-21  Mike Frysingersim: move register headers into sim/ namespace [PR...
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-02  Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-10-02  Andrew Burgessgdb: final cleanup of various gdbarch_register_name...
2022-10-02  Andrew Burgessgdb: add a gdbarch_register_name self test, and fix...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-21  Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-04-07  Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-15  Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
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-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24  Simon Marchigdb: move all "current target" wrapper implementations...
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-14  Simon Marchigdb: remove TYPE_VARARGS
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
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-17  Tom de Vries[gdb] Fix typos in comments
2019-04-23  Andrew Burgessgdb/sh: Use default gdbarch methods where possible
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16  Alan HaywardPass return_method to _push_dummy_call
2018-08-13  Alan HaywardSplit size in regset section iterators
2018-05-30  Simon MarchiRemove regcache_raw_collect
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_invalidate
2018-05-30  Simon MarchiRemove regcache_raw_write
2018-05-30  Simon MarchiRemove regcache_raw_read
2018-04-16  Pedro Alvesgdb: Remove support for SH-5/SH64
2018-02-21  Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22  Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-06  Ulrich WeigandTarget FP: Remove convert_typed_floating from tdep...
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Ulrich WeigandComplete tdep move to convert_typed_floating
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-07  Alan HaywardRemove MAX_REGISTER_SIZE from sh(64)-tdep.c
2017-05-24  Yao QiDelegate opcodes to select disassembler in GDB
2017-04-12  Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
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-09-25  Simon MarchiAdd some more casts (2/2)
2015-05-26  Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-30  Andreas ArnezSH: Migrate from 'regset_from_core_section' to 'iterate...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-05-21  Andreas ArnezConstify regset structures.
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-06-24  Maciej W. Rozycki * objfiles.h (pc_in_section): New prototype.
2013-04-19  Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-09-19  Thomas Schwingegdb/
2012-09-19  Thomas Schwingegdb/
2012-09-19  Thomas Schwingegdb/
2012-07-22  Siddhesh Poyarekar * sh-tdep.c (sh_treat_as_flt_p): Remove unused variabl...
2012-06-08  Yao Qigdb/
2012-06-06  Thomas Schwingegdb/
2012-05-16  Maciej W. Rozycki gdb/
2012-03-05  Thomas Schwinge * sh-tdep.c (sh_skip_prologue): Provide an upper limit...
2012-03-03  Kevin Buettner * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR...
2012-03-01  Jan Kratochvilgdb/
2012-02-27  Thomas Schwinge * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
2012-02-24  Thomas Schwinge * sh-tdep.c (sh_skip_prologue): Use skip_prologue_usin...
2012-02-17  Thomas Schwinge * sh-tdep.c (sh_is_renesas_calling_convention): Fix...
2012-01-28  Jan Kratochvilgdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-18  Pedro Alves gdb/
2011-03-18  Pedro Alves gdb/
2011-01-11  Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
next