forked from Imagelibrary/binutils-gdb
* 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user