Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-26 | 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 1 | -0/+3 | |
* gregset.h: New file. Typedefs for gdb_gregset_t and gdb_fpregset_t, prototypes for supply_gregset and friends. * procfs.c: Include gregset.h. Delete local prototypes for supply_gregset etc., and local typedef gdb_gregset_t etc. * sol-thread.c: Include gregset.h, delete local prototypes, add appropriate casts to gdb_gregset_t. * uw-thread.c, lin-thread.c, core-sol2.c, core-regset.c, sparc-tdep.c, ptx4-nat.c, ppc-linux-nat.c, mipsv4-nat.c, m88k-nat.c, m68klinux-nat.c, m68k-tdep.c, irix5-nat.c, irix4-nat.c, ia64-linux-nat.c, i386v4-nat.c, cxux-nat.c, arm-linux-nat.c, alpha-nat.c: Include gregset.h. * config/nm-linux.h: Define GDB_GREGSET_T, GDB_FPREGET_T. * config/sparc/tm-sun4sol2.h: Ditto. | |||||
2000-04-28 | From "Serge Nikulin" <nikulin@actsw.amat.com>: | Andrew Cagney | 1 | -1/+4 | |
Don't trip on NULL function name in sigtramp. | |||||
2000-03-24 | Fix copyright dates in last change. | Philippe De Muyter | 1 | -1/+2 | |
2000-03-24 | * m68k-tdep.c (P_LINKL_FP, P_LINKW_FP): Macros renamed from P_LINK_L | Philippe De Muyter | 1 | -97/+162 | |
and P_LINK_W. (P_PEA_FP, P_MOVL_SP_FP): New macros. (P_MOVL, P_LEAL, P_MOVML): Macros renamed from P_MOV_L, P_LEA_L and P_MOVM_L. (altos_skip_prologue, isi_skip_prologue): Use P_* macros, not octal constants. (delta68_in_sigtramp): New function. (delta68_frame_args_address, delta68_frame_saved_pc): Ditto. (m68k_skip_prologue): Use P_* macros, not hex constants. (m68k_find_saved_regs): Do not expect a fixed sequence of register save instructions, but accept them in any order; use P_* macros, not octal or hex constants; recognize also `fmovemx to (fp + displacement)' and `moveml to (fp + displacement)'. * m68/tm-delta68.h (IN_SIGTRAMP): New macro. (FRAME_SAVED_PC, FRAME_ARGS_ADDRESS): Ditto. | |||||
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -0/+1 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -173/+182 | |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -0/+71 | |
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 1 | -0/+47 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -2/+1 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+516 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -494/+0 | |
1993-09-03 | remove obsolete comment about call function stuff being duplicated | Jim Kingdon | 1 | -7/+0 | |
1993-09-01 | bcopy -> memcpy | K. Richard Pixley | 1 | -20/+128 | |
1992-09-17 | * m68k-tdep.c (sun3_saved_pc_after_call): Only do trap check for | Stu Grossman | 1 | -12/+68 | |
Suns. Rename to m68k_saved_pc_after_call. * tm-68k-noun.h, tm-sun3.h (SAVED_PC_AFTER_CALL): Use m68k_saved... instead of sun3_saved... | |||||
1991-11-19 | Add generic m68k function prologue skipping support and expand the | Fred Fish | 1 | -8/+319 | |
skipping to include movem and fmovem. | |||||
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+26 | |