aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-apollo68b.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-09-08 22:46:08 +0000
committerStu Grossman <grossman@cygnus>1992-09-08 22:46:08 +0000
commita0f9783ea791ea36875071c35e6d2c4d5f38d34c (patch)
treec126a5c9f812dd8f0c6de150f7541626106269b5 /gdb/xm-apollo68b.h
parent1e4f3c200a15af6fe34dea69fa7c32389e1937ca (diff)
downloadfsf-binutils-gdb-a0f9783ea791ea36875071c35e6d2c4d5f38d34c.zip
fsf-binutils-gdb-a0f9783ea791ea36875071c35e6d2c4d5f38d34c.tar.gz
fsf-binutils-gdb-a0f9783ea791ea36875071c35e6d2c4d5f38d34c.tar.bz2
* a68v-xdep.c (store_inferior_registers): declare as void.
* infptrace.c: HP/Apollos have ptrace.h in the wrong place. * remote-st2000.c: Massive changes to use new serial package. Also added 'connect' command to transparantly connect to serial port. * ser-termios.c: Big cleanup, use nicer coding conventions. * ser-bsd.c: New module, serial stuff for BSD systems. * serial.h: Define struct ttystate properly using HAVE_TERMIO. * xm-apollo68b.h: #define PTRACE_IN_WRONG_PLACE...
Diffstat (limited to 'gdb/xm-apollo68b.h')
-rwxr-xr-xgdb/xm-apollo68b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/xm-apollo68b.h b/gdb/xm-apollo68b.h
index aa4375e..0c0e14f 100755
--- a/gdb/xm-apollo68b.h
+++ b/gdb/xm-apollo68b.h
@@ -22,3 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ALIGN_STACK_ON_STARTUP
#define FETCH_INFERIOR_REGISTERS
+
+#define PTRACE_IN_WRONG_PLACE
+
+extern char *strdup();