mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 12:41:21 +02:00
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:
parent
4be5e94e3e
commit
fc1a436bed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user