From 58dd573a4da1532637699113cef183c01e104eb6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Nov 2008 12:20:51 -0500 Subject: [PATCH] Reorganize the project files to separate connection from debugger classes * MacGDBp.xcodeproj --- MacGDBp.xcodeproj/project.pbxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/MacGDBp.xcodeproj/project.pbxproj b/MacGDBp.xcodeproj/project.pbxproj index 55f32e3..15d606c 100644 --- a/MacGDBp.xcodeproj/project.pbxproj +++ b/MacGDBp.xcodeproj/project.pbxproj @@ -124,6 +124,7 @@ 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */, 1E9582640E252480001A3D89 /* Preferences */, 1E1E52C10DF9B1FB00D334F9 /* Connection */, + 1EB7BEB90ECF3BC60033283A /* Debugger */, 1E1E52C00DF9B1E700D334F9 /* Breakpoints */, 1E71886C0D839F6C00969277 /* Source View */, ); @@ -187,8 +188,6 @@ children = ( 1E02C56F0C610158006F1752 /* GDBpConnection.h */, 1E02C5700C610158006F1752 /* GDBpConnection.m */, - 1E02C5F40C610724006F1752 /* DebuggerController.h */, - 1E02C5F50C610724006F1752 /* DebuggerController.m */, 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */, 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */, 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */, @@ -232,6 +231,15 @@ name = Preferences; sourceTree = ""; }; + 1EB7BEB90ECF3BC60033283A /* Debugger */ = { + isa = PBXGroup; + children = ( + 1E02C5F40C610724006F1752 /* DebuggerController.h */, + 1E02C5F50C610724006F1752 /* DebuggerController.m */, + ); + name = Debugger; + sourceTree = ""; + }; 29B97314FDCFA39411CA2CEA /* MacGDBp */ = { isa = PBXGroup; children = ( -- 2.22.5