FpDebug: Read FORM_strp string values

git-svn-id: trunk@45225 -
This commit is contained in:
joost 2014-05-29 19:59:27 +00:00
parent 25538fd6df
commit 3e1cd7e526

View File

@ -4066,7 +4066,7 @@ begin
AValue := PChar(AAttribute); AValue := PChar(AAttribute);
end; end;
DW_FORM_strp: begin DW_FORM_strp: begin
AValue := 'TODO'; AValue := pchar(PtrUInt(FOwner.Sections[dsStr].RawData)+PDWord(AAttribute)^);
end; end;
else else
Result := False; Result := False;
@ -4118,7 +4118,7 @@ begin
AValue := PChar(AAttribute); AValue := PChar(AAttribute);
end; end;
DW_FORM_strp: begin DW_FORM_strp: begin
AValue := 'TODO'; AValue := PChar(PtrUInt(FOwner.Sections[dsStr].RawData)+PDWord(AAttribute)^);
end; end;
else else
Result := False; Result := False;