mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 19:01:35 +02:00
LazDebugger, lldb: fix process launch
git-svn-id: trunk@58886 -
This commit is contained in:
parent
362a579f9c
commit
d4437e704c
@ -652,12 +652,12 @@ end;
|
|||||||
function TLldbInstructionProcessLaunch.ProcessInputFromDbg(const AData: String
|
function TLldbInstructionProcessLaunch.ProcessInputFromDbg(const AData: String
|
||||||
): Boolean;
|
): Boolean;
|
||||||
begin
|
begin
|
||||||
Result := True;
|
|
||||||
if StrStartsWith(AData, 'Process ') and (pos(' launched:', AData) > 8) then begin
|
if StrStartsWith(AData, 'Process ') and (pos(' launched:', AData) > 8) then begin
|
||||||
SetContentReceieved;
|
SetContentReceieved;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
Result := inherited;
|
Result := inherited;
|
||||||
|
Result := True; // Ignore any "process stopped", before "launched"
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TLldbInstructionProcessLaunch.Create();
|
constructor TLldbInstructionProcessLaunch.Create();
|
||||||
|
Loading…
Reference in New Issue
Block a user