mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
FpDebug: workaround for https://gitlab.com/freepascal.org/fpc/source/-/issues/40641
This commit is contained in:
parent
4b6fadabca
commit
7d5c98dd45
@ -492,8 +492,8 @@ type
|
||||
private
|
||||
FTmpRemovedBreaks: array of TDBGPtr;
|
||||
|
||||
class function OrigByteFromPointer(AData: Pointer): _BRK_STORE;
|
||||
class function ErrorSettingFromPointer(AData: Pointer): ByteBool;
|
||||
class function OrigByteFromPointer(AData: Pointer): _BRK_STORE;{$IF FPC_Fullversion=30301}static;{$ENDIF} // Work around for https://gitlab.com/freepascal.org/fpc/source/-/issues/40641
|
||||
class function ErrorSettingFromPointer(AData: Pointer): ByteBool;{$IF FPC_Fullversion=30301}static;{$ENDIF}
|
||||
|
||||
strict private
|
||||
function GetOrigValueAtLocation(const ALocation: TDBGPtr): _BRK_STORE; // returns Int3, if there is no break at this location
|
||||
|
Loading…
Reference in New Issue
Block a user