mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 23:03:58 +02:00
FPDebug: more dwarf types (enum)
git-svn-id: trunk@43324 -
This commit is contained in:
parent
43df650e1e
commit
b674986c1a
@ -666,9 +666,11 @@ DECL = DW_AT_decl_column, DW_AT_decl_file, DW_AT_decl_line
|
||||
procedure KindNeeded; override;
|
||||
end;
|
||||
|
||||
TDbgDwarfIdentifierEnumElement = class(TDbgDwarfTypeIdentifier)
|
||||
{ TDbgDwarfIdentifierEnumElement }
|
||||
|
||||
TDbgDwarfIdentifierEnumElement = class(TDbgDwarfValueIdentifier)
|
||||
protected
|
||||
//procedure KindNeeded; override;
|
||||
procedure KindNeeded; override;
|
||||
end;
|
||||
|
||||
|
||||
@ -1280,6 +1282,13 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
{ TDbgDwarfIdentifierEnumElement }
|
||||
|
||||
procedure TDbgDwarfIdentifierEnumElement.KindNeeded;
|
||||
begin
|
||||
SetKind(skEnumValue);
|
||||
end;
|
||||
|
||||
{ TDbgDwarfIdentifierSet }
|
||||
|
||||
procedure TDbgDwarfIdentifierSet.KindNeeded;
|
||||
|
Loading…
Reference in New Issue
Block a user