* config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
* config/i386/nm-i386gnu.h (ATTACH_NO_WAIT): Delete. * target.h (struct target_ops): Add to_attach_no_wait member. (target_attach_no_wait): New. * target.c (update_current_target): Inherit to_attach_no_wait. * infcmd.c: Replace ATTACH_NO_WAIT compile time check by target_attach_no_wait runtime check. * gnu-nat.c (init_gnu_ops): Set to_attach_no_wait in gnu_ops. * win32-nat.c (init_win32_ops): Set to_attach_no_wait in win32_ops.
This commit is contained in:
parent
caac88966e
commit
dc177b7a51
9 changed files with 59 additions and 33 deletions
|
@ -2085,6 +2085,7 @@ init_win32_ops (void)
|
|||
win32_ops.to_open = win32_open;
|
||||
win32_ops.to_close = win32_close;
|
||||
win32_ops.to_attach = win32_attach;
|
||||
win32_ops.to_attach_no_wait = 1;
|
||||
win32_ops.to_detach = win32_detach;
|
||||
win32_ops.to_resume = win32_resume;
|
||||
win32_ops.to_wait = win32_wait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue