mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 15:36:31 +02:00
FpDebug: Clean up. Remove ValueSymbol => same as DbgSymbol
git-svn-id: trunk@61924 -
This commit is contained in:
parent
9c280bd0e3
commit
ca3bcf9fa2
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user