* gdbthread.h (struct thread_info): Add in_infcall member.
authorPedro Alves <palves@redhat.com>
Sun, 22 Mar 2009 17:59:59 +0000 (17:59 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 22 Mar 2009 17:59:59 +0000 (17:59 +0000)
commitc5a4d20bb945df22e3244f60cff1860932802354
treea58a881ecb6f727cdfd7ceea57a9e2efba44f8d3
parent41d2bdb467371e3a18ff8eb69859b1d7cb56a2bd
* gdbthread.h (struct thread_info): Add in_infcall member.
* infcall.c (run_inferior_call): Save, set and restore in_infcall.
Remove reverences to suppress_resume_observer.  Refresh
`call_thread' after returning from `proceed'.
* infcmd.c (suppress_resume_observer): Delete.
* inferior.h (suppress_resume_observer): Delete declaration.
* mi/mi-interp.c (mi_on_resume): Suppress output while calling an
inferior function.
* thread.c (set_running): Remove references to
suppress_resume_observer.
* infrun.c (struct inferior_status): Add in_infcall member.
(save_inferior_status): Save it.
(restore_inferior_status): Restore it.
gdb/ChangeLog
gdb/gdbthread.h
gdb/infcall.c
gdb/infcmd.c
gdb/inferior.h
gdb/infrun.c
gdb/mi/mi-interp.c
gdb/thread.c