aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-22 Silence a few -Wmissing-prototypes warnings.Pedro Alves1-2/+5
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-10-02 * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): UpdateDaniel Jacobowitz1-6/+6
2008-08-26 * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand1-1/+1
2008-07-27 * mips-linux-tdep.c (mips_linux_syscall_next_pc): New function.Daniel Jacobowitz1-0/+22
2008-07-15Revert frame_unwind_caller_pc / frame_unwind_caller_id.Daniel Jacobowitz1-1/+1
2008-07-15 * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz1-1/+1
2008-04-30 * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: UpdateDaniel Jacobowitz1-6/+6
2008-03-28 * mips-linux-tdep.c: Update N32/N64 signal frame comments.Daniel Jacobowitz1-18/+17
2008-02-15 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.Markus Deuling1-1/+0
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-12-132007-12-13 Michael Snyder <msnyder@specifix.com>Michael Snyder1-1/+1
2007-10-102007-10-10 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-125/+117
2007-09-10 * arch-utils.c (gdbarch_info_fill): Also try core_bfd.Daniel Jacobowitz1-0/+25
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-06-182007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-12/+24
2007-06-15 * gdbarch.sh (read_pc): Add REGCACHE argument. Remove PTID argument.Ulrich Weigand1-3/+3
2007-06-15 * gdbarch.sh (get_longjmp_target): Add FRAME argument.Ulrich Weigand1-4/+4
2007-06-13 * config/mips/linux.mh (TDEP_XML): New.Daniel Jacobowitz1-19/+81
2007-06-132007-06-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-8/+14
2007-05-312007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-4/+6
2007-05-312007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-19/+42
2007-05-16 * config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.Daniel Jacobowitz1-2/+16
2007-05-06 * gdbcore.h (struct regcache): Add forward declaration.Ulrich Weigand1-5/+6
2007-05-06 * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use itUlrich Weigand1-94/+115
2007-04-29 * m68klinux-nat.c: Remove #ifndef USE_PROC_FS check.Ulrich Weigand1-42/+0
2007-04-25 * mips-linux-nat.c: No longer include "gdbcore.h".Ulrich Weigand1-107/+0
2007-02-16 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,Daniel Jacobowitz1-1/+1
2007-01-29 * doublest.c (floatformat_from_length): Use the right element fromDaniel Jacobowitz1-8/+2
2007-01-24 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix structThiemo Seufer1-3/+5
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-11-28 * config/tm-linux.h: Delete file.Ulrich Weigand1-0/+2
2006-11-24 * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency.Ulrich Weigand1-0/+1
2006-03-15 * Makefile.in (mips_linux_tdep_h): New.Daniel Jacobowitz1-138/+129
2006-03-15 * mips-linux-tdep.c (mips_supply_gregset): Renamed from supply_gregset.Daniel Jacobowitz1-20/+63
2006-03-15 * mips-linux-tdep.c: Include "floatformat.h".Daniel Jacobowitz1-0/+19
2006-01-15* arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):Mark Kettenis1-89/+5
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-04-02 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): AdjustDaniel Jacobowitz1-11/+28
2005-03-31 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.Kevin Buettner1-0/+4
2005-02-112005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
2005-02-112005-02-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-6/+6
2005-01-172005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder1-72/+103
2004-11-14 * Makefile.in (mips-linux-tdep.o): Update dependencies.Daniel Jacobowitz1-8/+5
2004-10-312004-10-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-4/+0
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-2/+2
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-6/+6
2004-10-302004-10-30 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-4/+4
2004-10-30* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)Mark Kettenis1-2/+2
2004-10-262004-10-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+2