FpDebugger (pure): Ignore SIGCHLD signal and let the debuggee handle it (Linux)

git-svn-id: trunk@45884 -
This commit is contained in:
joost 2014-07-15 20:35:21 +00:00
parent 9af8b618ac
commit 22ff8ae3ff

View File

@ -803,6 +803,11 @@ begin
FExceptionSignal:=SIGSEGV;
result := deException;
end;
SIGCHLD:
begin
FExceptionSignal:=SIGCHLD;
result := deInternalContinue;
end;
SIGKILL:
begin
if FIsTerminating then