mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-29 20:18:21 +01:00
DBG: add some checks on parentfp
git-svn-id: trunk@36402 -
This commit is contained in:
parent
19c1dbd787
commit
111eedbf93
@ -11648,6 +11648,12 @@ var
|
||||
FrameCache^.ParentFPList[aFrameIdx].parentfp := ParentFp;
|
||||
end;
|
||||
|
||||
if StrToQWordDef(ParentFp, 0) = 0 then begin
|
||||
FrameCache^.ParentFPList[aFrameIdx].parentfp := '-'; // mark as no parentfp
|
||||
List.Free;
|
||||
Exit(False);
|
||||
end;
|
||||
|
||||
if List = nil
|
||||
then List := TGDBMINameValueList.Create('');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user