mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:55:58 +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
|
private
|
||||||
FTmpRemovedBreaks: array of TDBGPtr;
|
FTmpRemovedBreaks: array of TDBGPtr;
|
||||||
|
|
||||||
class function OrigByteFromPointer(AData: Pointer): _BRK_STORE;
|
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;
|
class function ErrorSettingFromPointer(AData: Pointer): ByteBool;{$IF FPC_Fullversion=30301}static;{$ENDIF}
|
||||||
|
|
||||||
strict private
|
strict private
|
||||||
function GetOrigValueAtLocation(const ALocation: TDBGPtr): _BRK_STORE; // returns Int3, if there is no break at this location
|
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