FpDebug: Linux, do not add any SigStop to deferred event list. (It going to be ignored as deInternalContinue anyway)

git-svn-id: trunk@61876 -
This commit is contained in:
martin 2019-09-14 14:27:45 +00:00
parent 4be5e94e3e
commit fc1a436bed

View File

@ -501,7 +501,8 @@ begin
FIsPaused := True;
FIsInInternalPause := False;
if FInternalPauseRequested and (wstopsig(AWaitedStatus) = SIGSTOP) then begin
if {FInternalPauseRequested and} (wstopsig(AWaitedStatus) = SIGSTOP) then begin
DebugLn(DBG_VERBOSE and not FInternalPauseRequested, 'Received SigStop, but had not (yet) requested it. TId=', [Id]);
FInternalPauseRequested := False;
FIsInInternalPause := True;
// no postpone