config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
#define CALL_DUMMY_START_OFFSET 0 /* Start execution at beginning of dummy */
+#define CALL_DUMMY_BREAKPOINT_OFFSET 5
+
/* Insert the specified number of args and function address
into a call sequence of the above form stored at DUMMYNAME. */
#define CALL_DUMMY {0xf227e0ff, 0x48e7fffc, 0x426742e7, 0x4eb93232, 0x3232dffc, 0x69696969, (0x4e404e71 | (BPT_VECTOR << 16))}
#define CALL_DUMMY_LENGTH 28 /* Size of CALL_DUMMY */
#define CALL_DUMMY_START_OFFSET 12 /* Offset to jsr instruction*/
+#define CALL_DUMMY_BREAKPOINT_OFFSET (CALL_DUMMY_START_OFFSET + 12)
/* Insert the specified number of args and function address
into a call sequence of the above form stored at DUMMYNAME.
#define CALL_DUMMY_START_OFFSET 12
+#define CALL_DUMMY_BREAKPOINT_OFFSET (CALL_DUMMY_START_OFFSET + (12 * 4))
+
/* Insert the specified number of args and function address
into a call sequence of the above form stored at DUMMYNAME. */
#define CALL_DUMMY_START_OFFSET 0 /* Start execution at beginning of dummy */
+#define CALL_DUMMY_BREAKPOINT_OFFSET 7
+
/* Insert the specified number of args and function address
into a call sequence of the above form stored at DUMMYNAME. */