FpDebug: Clean up. Remove ValueSymbol => same as DbgSymbol

git-svn-id: trunk@61924 -
This commit is contained in:
martin 2019-09-26 16:37:25 +00:00
parent 9c280bd0e3
commit ca3bcf9fa2
2 changed files with 1 additions and 2 deletions

View File

@ -205,7 +205,6 @@ type
ASource: TFpValue): Boolean; // Used for Typecast
// StructureValue: Any Value returned via GetMember points to its structure
property StructureValue: TFpValueDwarf read FStructureValue write SetStructureValue;
property ValueSymbol: TFpSymbolDwarfData read FDataSymbol; // Same as DbgSymbol
end;
TFpValueDwarfUnknown = class(TFpValueDwarf)

View File

@ -740,7 +740,7 @@ function TFpPascalPrettyPrinter.InternalPrintValue(out APrintedValue: String;
APrintedValue := APrintedValue + ': ';
end
else
t := TFpValueDwarf(AValue).ValueSymbol;
t := AValue.DbgSymbol;
if AFlags * PV_FORWARD_FLAGS <> [] then
GetTypeName(s, t)