mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
fpdebug: clean up
git-svn-id: trunk@60347 -
This commit is contained in:
parent
0891ad2fce
commit
68aeaf0590
@ -1800,8 +1800,6 @@ end;
|
||||
|
||||
constructor TFpInternalBreakpoint.Create(const AProcess: TDbgProcess;
|
||||
const ALocation: TDBGPtrArray);
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
FProcess := AProcess;
|
||||
FLocation := ALocation;
|
||||
@ -1817,9 +1815,6 @@ end;
|
||||
|
||||
function TFpInternalBreakpoint.Hit(const AThreadID: Integer;
|
||||
ABreakpointAddress: TDBGPtr): Boolean;
|
||||
var
|
||||
Thread: TDbgThread;
|
||||
i: Integer;
|
||||
begin
|
||||
Result := False;
|
||||
if //FProcess.FBreakMap.HasId(ABreakpointAddress) and
|
||||
|
Loading…
Reference in New Issue
Block a user