mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 13:43:05 +02:00
FpDebug: Read FORM_strp string values
git-svn-id: trunk@45225 -
This commit is contained in:
parent
25538fd6df
commit
3e1cd7e526
@ -4066,7 +4066,7 @@ begin
|
||||
AValue := PChar(AAttribute);
|
||||
end;
|
||||
DW_FORM_strp: begin
|
||||
AValue := 'TODO';
|
||||
AValue := pchar(PtrUInt(FOwner.Sections[dsStr].RawData)+PDWord(AAttribute)^);
|
||||
end;
|
||||
else
|
||||
Result := False;
|
||||
@ -4118,7 +4118,7 @@ begin
|
||||
AValue := PChar(AAttribute);
|
||||
end;
|
||||
DW_FORM_strp: begin
|
||||
AValue := 'TODO';
|
||||
AValue := PChar(PtrUInt(FOwner.Sections[dsStr].RawData)+PDWord(AAttribute)^);
|
||||
end;
|
||||
else
|
||||
Result := False;
|
||||
|
Loading…
Reference in New Issue
Block a user