mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +02:00
dbg: clean up
git-svn-id: trunk@42406 -
This commit is contained in:
parent
e90a1cadbf
commit
6bb8e2ef01
@ -2112,7 +2112,6 @@ var
|
|||||||
idx: Integer;
|
idx: Integer;
|
||||||
begin
|
begin
|
||||||
Result := True;
|
Result := True;
|
||||||
debugln(['PROCESS-RUN ----- ', DbgS(self), ' ',ClassName, ' ', DebugText]);
|
|
||||||
AResult.State := dsNone;
|
AResult.State := dsNone;
|
||||||
InLogWarning := False;
|
InLogWarning := False;
|
||||||
FGotStopped := False;
|
FGotStopped := False;
|
||||||
@ -2159,7 +2158,6 @@ debugln(['PROCESS-RUN ----- ', DbgS(self), ' ',ClassName, ' ', DebugText]);
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
debugln('DONE RUN');
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TGDBMIDebuggerCommandExecuteBase.ParseBreakInsertError(var AText: String; out
|
function TGDBMIDebuggerCommandExecuteBase.ParseBreakInsertError(var AText: String; out
|
||||||
@ -7926,7 +7924,6 @@ begin
|
|||||||
if FCurrentCmdIsAsync and (FCurrentCommand <> nil) then begin
|
if FCurrentCmdIsAsync and (FCurrentCommand <> nil) then begin
|
||||||
FCurrentCommand.ExecuteCommand('interrupt', []);
|
FCurrentCommand.ExecuteCommand('interrupt', []);
|
||||||
FCurrentCommand.ExecuteCommand('info program', []); // trigger "*stopped..." msg. This may be deferred to the cmd after the "interupt"
|
FCurrentCommand.ExecuteCommand('info program', []); // trigger "*stopped..." msg. This may be deferred to the cmd after the "interupt"
|
||||||
debugln(['PAUSE ----- ', DbgS(FCurrentCommand), ' ',FCurrentCommand.ClassName, ' ', FCurrentCommand.DebugText]);
|
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -10712,7 +10709,6 @@ var
|
|||||||
4: begin
|
4: begin
|
||||||
FGotStopped := True;
|
FGotStopped := True;
|
||||||
//AStoppedParams := Line;
|
//AStoppedParams := Line;
|
||||||
debugln(['PROCESS-cmd ----- ', DbgS(self), ' ',ClassName, ' ', DebugText]);
|
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
//TODO: should that better be dsError ?
|
//TODO: should that better be dsError ?
|
||||||
|
Loading…
Reference in New Issue
Block a user