lazarus/components/fpdebug/fpdbgsymtable.pas
joost 69a51cde62 FpDebug: Read the symbol-table on OS/X
git-svn-id: trunk@45038 -
2014-05-14 20:21:22 +00:00

17 lines
128 B
ObjectPascal

unit fpDbgSymTable;
{$mode objfpc}{$H+}
interface
uses
Classes;
type
TfpSymbolList= TStringList;
implementation
end.