mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 13:49:32 +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 Next;
|
||||
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);
|
||||
function Pause: boolean;
|
||||
function Detach: boolean;
|
||||
@ -1852,7 +1852,7 @@ begin
|
||||
end;
|
||||
|
||||
function TDbgController.Call(const FunctionAddress: TFpDbgMemLocation;
|
||||
const ABaseContext: TFpDbgInfoCallContext;
|
||||
const ABaseContext: TFpDbgLocationContext;
|
||||
const AMemReader: TFpDbgMemReaderBase; const AMemConverter: TFpDbgMemConvertor
|
||||
): TFpDbgInfoCallContext;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user