mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-03 10:16:22 +02:00
FpDebug: linux, add unit syscall / part of issue #40599
This commit is contained in:
parent
ca7c0d686b
commit
1633420b55
@ -7,7 +7,8 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes,
|
Classes,
|
||||||
BaseUnix,
|
BaseUnix,
|
||||||
SysUtils;
|
SysUtils,
|
||||||
|
SysCall;
|
||||||
|
|
||||||
const
|
const
|
||||||
PTRACE_TRACEME = 0;
|
PTRACE_TRACEME = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user