mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 14:19:17 +02:00
FpDebug: Fix Controller.Call / wrong type for context param
git-svn-id: trunk@63794 -
This commit is contained in:
parent
232bfe477c
commit
c4d125495e
@ -302,7 +302,7 @@ type
|
|||||||
procedure StepOverInstr;
|
procedure StepOverInstr;
|
||||||
procedure Next;
|
procedure Next;
|
||||||
procedure Step;
|
procedure Step;
|
||||||
function Call(const FunctionAddress: TFpDbgMemLocation; const ABaseContext: TFpDbgInfoCallContext; const AMemReader: TFpDbgMemReaderBase; const AMemConverter: TFpDbgMemConvertor): TFpDbgInfoCallContext;
|
function Call(const FunctionAddress: TFpDbgMemLocation; const ABaseContext: TFpDbgLocationContext; const AMemReader: TFpDbgMemReaderBase; const AMemConverter: TFpDbgMemConvertor): TFpDbgInfoCallContext;
|
||||||
procedure StepOut(AForceStoreStepInfo: Boolean = False);
|
procedure StepOut(AForceStoreStepInfo: Boolean = False);
|
||||||
function Pause: boolean;
|
function Pause: boolean;
|
||||||
function Detach: boolean;
|
function Detach: boolean;
|
||||||
@ -1852,7 +1852,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
function TDbgController.Call(const FunctionAddress: TFpDbgMemLocation;
|
function TDbgController.Call(const FunctionAddress: TFpDbgMemLocation;
|
||||||
const ABaseContext: TFpDbgInfoCallContext;
|
const ABaseContext: TFpDbgLocationContext;
|
||||||
const AMemReader: TFpDbgMemReaderBase; const AMemConverter: TFpDbgMemConvertor
|
const AMemReader: TFpDbgMemReaderBase; const AMemConverter: TFpDbgMemConvertor
|
||||||
): TFpDbgInfoCallContext;
|
): TFpDbgInfoCallContext;
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user