mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:42:51 +02:00
AMEND
This commit is contained in:
parent
a8c78c1862
commit
60d2e5540e
@ -386,7 +386,7 @@ type
|
|||||||
{ TFpDbgMemModel }
|
{ TFpDbgMemModel }
|
||||||
|
|
||||||
// Here Location is the fpdebug representation of an address
|
// Here Location is the fpdebug representation of an address
|
||||||
// and Ref is the target representation of an address
|
// and Address is the target (pointer-only) representation of an address
|
||||||
TFpDbgMemModel = class
|
TFpDbgMemModel = class
|
||||||
function UpdateLocationToCodeAddress(const ALocation: TFpDbgMemLocation): TFpDbgMemLocation; virtual;
|
function UpdateLocationToCodeAddress(const ALocation: TFpDbgMemLocation): TFpDbgMemLocation; virtual;
|
||||||
function LocationToAddress(const ALocation: TFpDbgMemLocation): TDBGPtr; virtual;
|
function LocationToAddress(const ALocation: TFpDbgMemLocation): TDBGPtr; virtual;
|
||||||
|
Loading…
Reference in New Issue
Block a user