* Makefile.in (infrun.o): Add $(gdb_assert_h).
authorDaniel Jacobowitz <drow@false.org>
Mon, 16 Feb 2004 20:49:51 +0000 (20:49 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 16 Feb 2004 20:49:51 +0000 (20:49 +0000)
commit9f976b41d7cc6d186b6ceda2658feee5016d3348
tree4dd25a1f707e0c0a1cd5070630b538a3771d172c
parentf090b9b105484e447876f776f78153adab214f70
* Makefile.in (infrun.o): Add $(gdb_assert_h).
* infrun.c: Include "gdb_assert.h".
(singlestep_ptid, saved_singlestep_ptid)
(stepping_past_singlestep_breakpoint): New variables.
(resume): Set singlestep_ptid.  Check for singlestep thread
hop.
(init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
(handle_inferior_event): Handle singlestep thread hop.
gdb/ChangeLog
gdb/Makefile.in
gdb/infrun.c