FpGDBMIDbg: Check nil

git-svn-id: trunk@42853 -
This commit is contained in:
martin 2013-09-18 09:05:43 +00:00
parent 09865a59b5
commit ec8e38b981

View File

@ -128,6 +128,8 @@ end;
procedure TFpGDBMILineInfo.Request(const ASource: String);
begin
if not FpDebugger.HasDwarf then
exit;
FRequestedSources.AddObject(ASource, FpDebugger.FDwarfInfo.GetLineAddressMap(ASource));
DoChange(ASource);
end;