* infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
commit970b40e0e3e6b6139abc496f12989e394af2af29
authorJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jan 2008 21:11:24 +0000 (29 21:11 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jan 2008 21:11:24 +0000 (29 21:11 +0000)
tree151dc18d9d922c7e5ef8fb68fc02eab1d9499a58
parent29b912f487057828588c7c68671940ccf9d95229
    * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
        and use it.
        (proceed, start_remote): Update call to wait_for_inferior.
        * inferior.h (wait_for_inferior): Update declaration.
        * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
        solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
        * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
        TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
gdb/ChangeLog
gdb/fork-child.c
gdb/inf-ttrace.c
gdb/infcmd.c
gdb/inferior.h
gdb/infrun.c
gdb/solib-irix.c
gdb/solib-osf.c
gdb/solib-sunos.c
gdb/solib-svr4.c
gdb/win32-nat.c