mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 21:10:42 +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
|
||||
): Boolean;
|
||||
begin
|
||||
Result := True;
|
||||
if StrStartsWith(AData, 'Process ') and (pos(' launched:', AData) > 8) then begin
|
||||
SetContentReceieved;
|
||||
end
|
||||
else
|
||||
Result := inherited;
|
||||
Result := True; // Ignore any "process stopped", before "launched"
|
||||
end;
|
||||
|
||||
constructor TLldbInstructionProcessLaunch.Create();
|
||||
|
Loading…
Reference in New Issue
Block a user