Skip to content

Commit d1ceb66

Browse files
author
reverser
committed
Add attach menu item
1 parent 9cc3e39 commit d1ceb66

File tree

3 files changed

+669
-3186
lines changed

3 files changed

+669
-3186
lines changed

AppController.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717

1818
- (IBAction)showPreferencePanel:(id)sender;
19+
- (IBAction)attach:(id)sender;
1920

2021
@end
2122

AppController.mm

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ - (BOOL)isOnlyRunningMachOView
6767
return YES;
6868
}
6969

70+
//----------------------------------------------------------------------------
71+
/* menu item action to attach to a process and read its mach-o header */
72+
- (IBAction)attach:(id)sender
73+
{
74+
}
75+
7076
//----------------------------------------------------------------------------
7177
- (IBAction)openDocument:(id)sender
7278
{

0 commit comments

Comments
 (0)