mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* gdbserver/low-lynx.c (create_inferior): Pass all 4 args to ptrace.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Fri Sep 30 15:59:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdbserver/low-lynx.c (create_inferior): Pass all 4 args to ptrace.
|
||||
|
||||
Fri Sep 30 06:42:42 1994 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* lynx-nat.c (child_wait): Use status.w_status, not status, in
|
||||
|
||||
@@ -72,7 +72,7 @@ create_inferior (program, allargs)
|
||||
setpgrp(0, pgrp);
|
||||
ioctl (0, TIOCSPGRP, &pgrp);
|
||||
|
||||
ptrace (PTRACE_TRACEME);
|
||||
ptrace (PTRACE_TRACEME, 0, (PTRACE_ARG3_TYPE)0, 0);
|
||||
|
||||
execv (program, allargs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user