We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc3e39 commit d1ceb66Copy full SHA for d1ceb66
AppController.h
@@ -16,6 +16,7 @@
16
}
17
18
- (IBAction)showPreferencePanel:(id)sender;
19
+- (IBAction)attach:(id)sender;
20
21
@end
22
AppController.mm
@@ -67,6 +67,12 @@ - (BOOL)isOnlyRunningMachOView
67
return YES;
68
69
70
+//----------------------------------------------------------------------------
71
+/* menu item action to attach to a process and read its mach-o header */
72
+- (IBAction)attach:(id)sender
73
+{
74
+}
75
+
76
//----------------------------------------------------------------------------
77
- (IBAction)openDocument:(id)sender
78
{
0 commit comments