mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 01:59:20 +02:00
17 lines
128 B
ObjectPascal
17 lines
128 B
ObjectPascal
unit fpDbgSymTable;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes;
|
|
|
|
type
|
|
TfpSymbolList= TStringList;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|