mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 10:38:22 +02:00
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:
parent
e43ef2df62
commit
d279fb5a4a
@ -16,7 +16,6 @@ uses
|
||||
{$ifdef windows} FpDbgWinClasses, {$endif}
|
||||
{$ifdef darwin} FpDbgDarwinClasses, {$endif}
|
||||
{$ifdef linux} FpDbgLinuxClasses, {$endif}
|
||||
FpImgReaderWinPE, FpImgReaderElf, FpImgReaderMacho,
|
||||
FpDbgInfo, FpDbgDwarf, FpdMemoryTools;
|
||||
|
||||
type
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user