* infrun.c (follow_exec): Don't do a generic mourn. Instead

inline the required bits.
	* breakpoint.h (enum inf_context): Add inf_execd.
This commit is contained in:
Pedro Alves
2008-09-22 15:26:53 +00:00
parent 795e548fb8
commit 6ca15a4b21
3 changed files with 10 additions and 5 deletions

View File

@@ -663,7 +663,8 @@ enum inf_context
{
inf_starting,
inf_running,
inf_exited
inf_exited,
inf_execd
};
/* The possible return values for breakpoint_here_p.