summaryrefslogtreecommitdiff
path: root/gdb/m68k-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-05-24Get register contents by register_size instead of TYPE_LENGTHYao Qi
2017-05-24Restrict m68k_convert_register_pYao Qi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-02 * configure: Rebuild.Tom Tromey
2012-09-17 * m2-valprint.c (m2_print_array_contents): Eliminate variableSiddhesh Poyarekar
2012-07-24* m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.Andreas Schwab
2012-06-08gdb/Yao Qi
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-05-16 gdb/Maciej W. Rozycki
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-03-18 gdb/Pedro Alves
2011-03-18 gdb/Pedro Alves
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-11-172009-11-17 Daniel Jacobowitz <dan@codesourcery.com>Maxim Kuvyrkov
2009-11-172009-11-17 Daniel Jacobowitz <dan@codesourcery.com>Maxim Kuvyrkov
2009-11-06 * m68k-tdep.c (m68k_convert_register_p): CorrectVladimir Prus
2009-11-06 * m68k-tdep.c (m68k_convert_register_p): Compare withVladimir Prus
2009-09-07gdb/Jan Kratochvil
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand
2009-07-02 * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.Ulrich Weigand
2009-07-02 * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type andUlrich Weigand
2009-07-02 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,Ulrich Weigand
2009-07-02 * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,Ulrich Weigand
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-09-11 * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)Ulrich Weigand
2008-06-02 * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.Joel Brobecker
2008-05-16 * gdbarch.sh: Delete dwarf_reg_to_regnum.Daniel Jacobowitz
2008-05-05Update m68k port for unwinder changes.Andreas Schwab