mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:40:36 +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;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
e: integer;
|
|
||||||
Iterator: TMapIterator;
|
|
||||||
ThreadToContinue: TDbgLinuxThread;
|
ThreadToContinue: TDbgLinuxThread;
|
||||||
begin
|
begin
|
||||||
// If the thread is at a breakpoint, then it must be singlestepped now, so the breakpoint can be restored
|
// 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
|
//var
|
||||||
// NewThreadID: culong;
|
// NewThreadID: culong;
|
||||||
var
|
var
|
||||||
Iterator: TMapIterator;
|
|
||||||
ThreadToPause: TDbgLinuxThread;
|
ThreadToPause: TDbgLinuxThread;
|
||||||
PauseWaitCount: Integer;
|
PauseWaitCount: Integer;
|
||||||
PID: THandle;
|
PID: THandle;
|
||||||
|
Loading…
Reference in New Issue
Block a user