Remove path name from test case
[binutils-gdb.git] / gdb / m32c-tdep.c
2023-03-18 Tom TromeyUnify arch_pointer_type and init_pointer_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove arch_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-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
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-08-16 Tom TromeyRemove register_gdbarch_init
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-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Andrew Burgessgdb: more 'const' in gdb/reggroups.{c,h}
2022-04-07 Andrew Burgessgdb: always add the default register groups
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
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-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-10-27 Simon Marchigdb: remove unused includes in m32c-tdep.c
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-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-06-10 Tom TromeyRemove newlines from warnings
2019-04-23 Andrew Burgessgdb/m32c: 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-21 Simon MarchiRemove unnecessary ternary operator in m32c-tdep.c
2018-07-22 Tom TromeyRemove declarations from m32c-tdep.c
2018-05-30 Simon MarchiRemove regcache_cooked_write_part
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22 Yao Qiregcache_cooked_read -> regcache->cooked_read
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-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-12 Tom TromeyC++-ify prologue-value's pv_area
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-05-24 Yao QiDelegate opcodes to select disassembler in GDB
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
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 QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-10-10 Yao QiRename 'arch' by 'gdbarch' in m32c_gdbarch_init
2016-09-06 Ulrich WeigandAdd some missing arch_..._type helpers
2016-07-14 Tom TromeyRemove some variables but call functions for side effects
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-12 Simon Marchim32c: Split m32c_move_reg_t in read/write variants
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-02-27 Tom TromeyFix struct, union, and enum nesting in C++
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove stdarg.h to common-defs.h
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-08 Tom Tromeyuse gdb_string.h in m32c-tdep.c
2013-04-19 Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-02-12 Pedro AlvesConsistent use of (C) after "Copyright".
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-20 Pierre Muller ARI fixes: sprintf rule.
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16 Maciej W. Rozycki gdb/
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-02-02 Doug Evans * blockframe.c (find_pc_partial_function_gnu_ifunc...
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-10 Michael Snyder2011-01-10 Michael Snyder <msnyder@vmware.com>
2011-01-09 Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-18 Doug Evans * gdb_assert.h (gdb_assert_not_reached): New macro.
2010-04-16 Kevin Buettner * m32c-tdep.c (m32c_m16c_address_to_pointer): Print...
2010-04-06 Kevin Buettner * m32c-tdep.c (make_types): When calling `arch_type...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-07-02 Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02 Ulrich Weigand * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New...
2009-06-17 Ulrich Weigand * gdbarch.sh (pointer_to_address): Change to type...
2009-06-17 Ulrich Weigand * dummy-frame.c (deprecated_pc_in_call_dummy): Add...
next