mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 13:23:29 +08:00
When using SVR4 /proc interface, call proc_set_exec_trap() rather than
ptrace(), to arrange for child to stop on first instruction.
This commit is contained in:
parent
2bc2e684ad
commit
63ac7ef33f
@ -565,7 +565,11 @@ child_create_inferior (exec_file, allargs, env)
|
||||
initialize_signals for how we get the right signal handlers
|
||||
for the inferior. */
|
||||
|
||||
#ifdef USE_PROC_FS
|
||||
proc_set_exec_trap (); /* Use SVR4 /proc interface */
|
||||
#else
|
||||
call_ptrace (0, 0, 0, 0); /* "Trace me, Dr. Memory!" */
|
||||
#endif
|
||||
|
||||
/* There is no execlpe call, so we have to set the environment
|
||||
for our child in the global variable. If we've vforked, this
|
||||
|
Loading…
Reference in New Issue
Block a user