lazarus/components/fpdebug/fpdbgsymtable.pas

18 lines
177 B
ObjectPascal

unit fpDbgSymTable;
{$mode objfpc}{$H+}
interface
uses
DbgIntfBaseTypes,
fgl, Classes;
type
TfpSymbolList= specialize TFPGMap<String, TDBGPtr>;
implementation
end.