diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-01-07 21:02:39 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-01-07 21:02:39 +0000 |
commit | f0d2557ca41c45e3e39b5a1e9f92877f1f882005 (patch) | |
tree | 33dcfe50760dc29e1813978242e64a6694295a41 /gdb/config/vax/tm-vax.h | |
parent | 9d51b3c5f4cffb73634deb26d68c741e8e800f93 (diff) | |
download | gdb-f0d2557ca41c45e3e39b5a1e9f92877f1f882005.zip gdb-f0d2557ca41c45e3e39b5a1e9f92877f1f882005.tar.gz gdb-f0d2557ca41c45e3e39b5a1e9f92877f1f882005.tar.bz2 |
* config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
Diffstat (limited to 'gdb/config/vax/tm-vax.h')
-rw-r--r-- | gdb/config/vax/tm-vax.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/vax/tm-vax.h b/gdb/config/vax/tm-vax.h index 1671870..9f2b1e4 100644 --- a/gdb/config/vax/tm-vax.h +++ b/gdb/config/vax/tm-vax.h @@ -321,6 +321,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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. */ |