lazarus/components/lazdebuggergdbmi/lazdebuggergdbmi.pas
martin 0fae49bef2 GDBMIDebugger: move files
git-svn-id: trunk@44106 -
2014-02-16 23:57:57 +00:00

23 lines
490 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit LazDebuggerGdbmi;
interface
uses
CmdLineDebugger, DebugUtils, GDBTypeInfo, GDBMIMiscClasses, IDEMiniLibC, GDBMIDebugger,
GDBMIDebugInstructions, GDBMIServerDebugger, SSHGDBMIDebugger, GdbmiStringConstants,
LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('LazDebuggerGdbmi', @Register);
end.