mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 09:39:18 +02:00
fpdebug: clean up
git-svn-id: trunk@60111 -
This commit is contained in:
parent
be59e0738e
commit
ace1df908b
@ -883,8 +883,6 @@ function TDbgLinuxProcess.Continue(AProcess: TDbgProcess; AThread: TDbgThread; S
|
||||
end;
|
||||
|
||||
var
|
||||
e: integer;
|
||||
Iterator: TMapIterator;
|
||||
ThreadToContinue: TDbgLinuxThread;
|
||||
begin
|
||||
// If the thread is at a breakpoint, then it must be singlestepped now, so the breakpoint can be restored
|
||||
@ -993,7 +991,6 @@ function TDbgLinuxProcess.AnalyseDebugEvent(AThread: TDbgThread): TFPDEvent;
|
||||
//var
|
||||
// NewThreadID: culong;
|
||||
var
|
||||
Iterator: TMapIterator;
|
||||
ThreadToPause: TDbgLinuxThread;
|
||||
PauseWaitCount: Integer;
|
||||
PID: THandle;
|
||||
|
Loading…
Reference in New Issue
Block a user