forked from Imagelibrary/binutils-gdb
2011-05-09 Pedro Alves <pedro@codesourcery.com>
* inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter. * infrun.c (proceed, start_remote): Adjust. (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter, and adjust to not handle it. * solib-irix.c (irix_solib_create_inferior_hook): Adjust. * solib-osf.c (osf_solib_create_inferior_hook): Adjust. * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust. * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust. * windows-nat.c (do_initial_windows_stuff): Adjust. * infcmd.c (attach_command): Adjust. (notice_new_inferior): Adjust.
This commit is contained in:
@@ -475,7 +475,7 @@ irix_solib_create_inferior_hook (int from_tty)
|
||||
do
|
||||
{
|
||||
target_resume (pid_to_ptid (-1), 0, tp->suspend.stop_signal);
|
||||
wait_for_inferior (0);
|
||||
wait_for_inferior ();
|
||||
}
|
||||
while (tp->suspend.stop_signal != TARGET_SIGNAL_TRAP);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user