From 22a136c6636507400ecc42c0aeff9b35c062e916 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 28 Nov 2021 10:53:43 +0100 Subject: [PATCH] FpDebug/FPD: Add FpDbgDwarfFreePascal - This activates the FPC specific dwarf interpretation. (cherry picked from commit a365f4617015f86734058e28233f0c4ca3390eb0) --- components/fpdebug/app/fpd/fpd.lpr | 1 + 1 file changed, 1 insertion(+) diff --git a/components/fpdebug/app/fpd/fpd.lpr b/components/fpdebug/app/fpd/fpd.lpr index 99e2d6ac96..bdcea0dffc 100644 --- a/components/fpdebug/app/fpd/fpd.lpr +++ b/components/fpdebug/app/fpd/fpd.lpr @@ -42,6 +42,7 @@ uses {$endif} SysUtils, CustApp, + FpDbgDwarfFreePascal, {$ifdef windows} Windows, FpDbgWinClasses,