From 15797ce79986eff704d5a28f3794c9d8f732b105 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 18 Dec 2010 12:32:54 -0500 Subject: [PATCH] Merge -[DebuggerController startDebugger] and |-debuggerConnected|. --- Source/DebuggerController.h | 2 -- Source/DebuggerController.m | 8 -------- 2 files changed, 10 deletions(-) diff --git a/Source/DebuggerController.h b/Source/DebuggerController.h index 080f403..72dccd4 100644 --- a/Source/DebuggerController.h +++ b/Source/DebuggerController.h @@ -60,8 +60,6 @@ - (void)setError:(NSString*)anError; -- (void)startDebugger; - - (IBAction)attachedToggled:(id)sender; - (IBAction)run:(id)sender; diff --git a/Source/DebuggerController.m b/Source/DebuggerController.m index 6d09612..f604869 100644 --- a/Source/DebuggerController.m +++ b/Source/DebuggerController.m @@ -141,14 +141,6 @@ [errormsg setHidden:YES]; if (!self.connection.attached) return; - [self startDebugger]; -} - -/** - * Called once the socket accepts and MacGDBp is connected to the debugger - */ -- (void)startDebugger -{ if ([[NSUserDefaults standardUserDefaults] boolForKey:@"BreakOnFirstLine"]) [self stepIn:self]; } -- 2.22.5