From 4b627656b16f7e240a5d1fb57915c7f3e45432ac Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 8 Oct 2019 18:18:10 +0000 Subject: [PATCH] FpDebug: Fix compile for Mac / removed 2 left over declarations / error introduced in watchpoint work git-svn-id: trunk@62007 - --- components/fpdebug/fpdbgdarwinclasses.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/fpdebug/fpdbgdarwinclasses.pas b/components/fpdebug/fpdbgdarwinclasses.pas index aac70ce719..51bef729f8 100644 --- a/components/fpdebug/fpdbgdarwinclasses.pas +++ b/components/fpdebug/fpdbgdarwinclasses.pas @@ -113,8 +113,6 @@ type function ReadDebugState: boolean; public function ResetInstructionPointerAfterBreakpoint: boolean; override; - function AddWatchpoint(AnAddr: TDBGPtr; ASize: Cardinal; AReadWrite: TDBGWatchPointKind): integer; override; - function RemoveWatchpoint(AnId: integer): boolean; override; procedure ApplyWatchPoints(AWatchPointData: TFpWatchPointData); override; function DetectHardwareWatchpoint: Pointer; override; procedure BeforeContinue; override;