FpDebug: Move "uses" (ensure register) of imagereader classes from controller to DbgInfo (not all apps use a controller)

git-svn-id: trunk@63821 -
This commit is contained in:
martin 2020-08-24 11:19:20 +00:00
parent e43ef2df62
commit d279fb5a4a
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,6 @@ uses
{$ifdef windows} FpDbgWinClasses, {$endif}
{$ifdef darwin} FpDbgDarwinClasses, {$endif}
{$ifdef linux} FpDbgLinuxClasses, {$endif}
FpImgReaderWinPE, FpImgReaderElf, FpImgReaderMacho,
FpDbgInfo, FpDbgDwarf, FpdMemoryTools;
type

View File

@ -41,7 +41,9 @@ interface
uses
Classes, SysUtils, DbgIntfBaseTypes, FpDbgLoader, FpdMemoryTools, FpErrorMessages,
LazLoggerBase, LazClasses, FpDbgCommon;
LazLoggerBase, LazClasses, FpDbgCommon,
// Register all image reader classes
FpImgReaderWinPE, FpImgReaderElf, FpImgReaderMacho;
type