* infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c,

breakpoint.h, tm-sun4os4.h, tm-sparc.h, sparc-tdep.c, tm-mips.h,
mips-tdep.h, tm-sun3.h, tm-68k.h, m68k-tdep.h:  Add support for
stepping (and nexting) through longjmp().  Also, cleanup
breakpoint handling quite a bit by creating explicit breakpoint
types instead of using magic breakpoint numbers.
Makefile.in:  Update version to 4.4.3
This commit is contained in:
Stu Grossman
1992-02-22 09:06:58 +00:00
parent 021959e249
commit 30875e1c4b
12 changed files with 1382 additions and 947 deletions

View File

@@ -535,10 +535,12 @@ extern const struct ext_format ext_format_68881;
extern void m68k_push_dummy_frame PARAMS ((void));
extern void m68k_pop_frame PARAMS ((void));
/* Discard from the stack the innermost frame, restoring all registers. */
#define POP_FRAME { m68k_pop_frame (); }
extern void m68k_pop_frame PARAMS ((void));
/* Offset from SP to first arg on stack at first instruction of a function */
#define SP_ARG0 (1 * 4)