summaryrefslogtreecommitdiff
path: root/gdb/mep-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* mep: define gdbarch_pc_regnum instead of gdbarch_write_pc.Joel Brobecker2013-04-301-8/+1
* mep-tdep.c: Wrong signness for instruction buffer.Pedro Alves2013-04-191-1/+1
* Use gdb_byte for bytes from the program being debugged.Pedro Alves2013-03-011-4/+4
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-2/+2
* * ada-valprint.c (ada_val_print_1): Eliminate single-usesiddhesh2012-09-251-2/+1
* gdb/Maciej W. Rozycki2012-05-161-1/+1
* * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type ofDoug Evans2012-02-021-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* gdb/Pedro Alves2011-03-181-0/+1
* gdb/Pedro Alves2011-03-181-11/+16
* Fix ARI warning about functions without parameters that do notPierre Muller2011-03-141-6/+6
* 2011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-101-15/+13
* 2011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-091-13/+13
* run copyright.sh for 2011.Joel Brobecker2011-01-011-2/+2
* * gdb_assert.h (gdb_assert_not_reached): New macro.Doug Evans2010-08-181-8/+7
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* gdb/Jan Kratochvil2009-10-251-1/+1
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-9/+17
* * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,Ulrich Weigand2009-07-021-4/+4
* * prologue-value.c (make_pv_area): Add ADDR_BIT argument.Ulrich Weigand2009-06-171-1/+1
* Silence a few -Wmissing-prototypes warnings.Pedro Alves2009-02-221-2/+4
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)Ulrich Weigand2008-09-111-2/+2
* * mep-tdep.c (struct mep_prologue): Add gdbarch member.Ulrich Weigand2008-09-051-9/+16
* * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand2008-08-261-2/+2
* * alphafbsd-tdep.c: Update for unwinder changes.Ulrich Weigand2008-06-281-70/+53
* doc/ChangeLog:Corinna Vinschen2008-04-221-3/+3
* * gdbarch.sh (skip_prologue): Add gdbarchMarkus Deuling2008-01-111-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * gdbarch.sh (stab_reg_to_regnum, dwarf_reg_to_regnum)Markus Deuling2007-12-061-1/+1
* *** empty log message ***Markus Deuling2007-11-071-1/+1
* 2007-11-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-11-021-3/+3
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * mep-tdep.c (mep_analyze_prologue): Update comment for BRAKevin Buettner2007-07-141-2/+13
* * mep-tdep.c (IS_BRA, BRA_DISP): New macros.Kevin Buettner2007-07-131-0/+17
* * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand2007-06-161-2/+2
* * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.Ulrich Weigand2007-06-151-19/+5
* * mep-tdep.c (current_me_module): Read from current regcacheUlrich Weigand2007-06-151-2/+12
* * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):Kevin Buettner2007-03-191-2/+2
* Add support for new target, Toshiba Media Processor (MeP).Kevin Buettner2007-02-231-0/+2509