mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:00:02 +02:00
Dwarfviewer: update dwarf loading (recent refactor)
git-svn-id: trunk@58401 -
This commit is contained in:
parent
00112a0fe0
commit
ef0ef04087
@ -200,7 +200,8 @@ begin
|
||||
UnLoadDwarf;
|
||||
ImageLoader := TDbgImageLoader.Create(FFileName);
|
||||
FImageLoaderList := TDbgImageLoaderList.Create(True);
|
||||
FImageLoaderList.Add(ImageLoader);
|
||||
ImageLoader.AddToLoaderList(FImageLoaderList);
|
||||
|
||||
FDwarfInfo := TFpDwarfInfo.Create(FImageLoaderList);
|
||||
FCUCount := FDwarfInfo.LoadCompilationUnits;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user