]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/infrun.c
* infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
authorJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jan 2008 21:11:24 +0000 (21:11 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jan 2008 21:11:24 +0000 (21:11 +0000)
commitae123ec613348e9e00c637c6945bbaab1a26ce42
treeb0153aac96928f39d5eb0d87eb590e7b4501b4ac
parent401ea829c8166bb5a1f18ec2a164e8ee4b244fc8
    * 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.
12 files changed:
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
gdb/windows-nat.c