FpDebug, CmdLineDebuggerBase: Remove "design time".... / Add missing changes in packagefile

This commit is contained in:
Martin 2021-11-25 21:01:06 +01:00
parent df1cac999f
commit ad58ebedf8
2 changed files with 9 additions and 20 deletions

View File

@ -8,20 +8,15 @@ unit fpdebug;
interface interface
uses uses
FpDbgClasses, FpDbgDisasX86, FpDbgDwarf, FpDbgDwarfConst, FpDbgLoader, FpDbgPETypes, FpDbgSymbols, FpDbgClasses, FpDbgDisasX86, FpDbgDwarf, FpDbgDwarfConst, FpDbgLoader,
FpDbgUtil, FpImgReaderWinPE, FpImgReaderElf, FpImgReaderElfTypes, FpImgReaderBase, FpPascalParser, FpDbgPETypes, FpDbgSymbols, FpDbgUtil, FpImgReaderWinPE, FpImgReaderElf,
macho, FpImgReaderMachoFile, FpImgReaderMacho, FpPascalBuilder, FpDbgInfo, FpdMemoryTools, FpImgReaderElfTypes, FpImgReaderBase, FpPascalParser, macho,
FpErrorMessages, FPDbgController, FpDbgDwarfVerbosePrinter, FpDbgDwarfDataClasses, FpImgReaderMachoFile, FpImgReaderMacho, FpPascalBuilder, FpDbgInfo,
FpDbgDwarfFreePascal, fpDbgSymTableContext, fpDbgSymTable, FpDbgAvrClasses, FpDbgDisasAvr, FpdMemoryTools, FpErrorMessages, FPDbgController, FpDbgDwarfVerbosePrinter,
FpDbgRsp, FpDbgCommon, FpImgReaderWinPETypes, FpDbgHardcodedFreepascalInfo, FpDbgCallContextInfo, FpDbgDwarfDataClasses, FpDbgDwarfFreePascal, fpDbgSymTableContext,
LazarusPackageIntf; fpDbgSymTable, FpDbgAvrClasses, FpDbgDisasAvr, FpDbgRsp, FpDbgCommon,
FpImgReaderWinPETypes, FpDbgHardcodedFreepascalInfo, FpDbgCallContextInfo;
implementation implementation
procedure Register;
begin
end;
initialization
RegisterPackage('fpdebug', @Register);
end. end.

View File

@ -8,14 +8,8 @@ unit CmdLineDebuggerBase;
interface interface
uses uses
DebugProcess, DebugInstructions, DebuggerPropertiesBase, LazarusPackageIntf; DebugProcess, DebugInstructions, DebuggerPropertiesBase;
implementation implementation
procedure Register;
begin
end;
initialization
RegisterPackage('CmdLineDebuggerBase', @Register);
end. end.