mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
fp-gdbmi-debug: adapt for latest changes
git-svn-id: trunk@42928 -
This commit is contained in:
parent
c752b4bf78
commit
fa8ee6902f
@ -14,7 +14,7 @@ type
|
||||
|
||||
TFpGDBMIDebugger = class(TGDBMIDebugger)
|
||||
private
|
||||
FImageLoader: TDbgWinPEImageLoader;
|
||||
FImageLoader: TDbgImageLoader;
|
||||
FDwarfInfo: TDbgDwarf;
|
||||
protected
|
||||
function CreateCommandStartDebugging(AContinueCommand: TGDBMIDebuggerCommand): TGDBMIDebuggerCommandStartDebugging; override;
|
||||
@ -166,7 +166,7 @@ procedure TFpGDBMIDebugger.LoadDwarf;
|
||||
begin
|
||||
UnLoadDwarf;
|
||||
debugln(['TFpGDBMIDebugger.LoadDwarf ']);
|
||||
FImageLoader := TDbgWinPEImageLoader.Create(FileName);
|
||||
FImageLoader := TDbgImageLoader.Create(FileName);
|
||||
FDwarfInfo := TDbgDwarf.Create(FImageLoader);
|
||||
FDwarfInfo.LoadCompilationUnits;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user