Skip to content

Commit

Permalink
Add attach menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
reverser committed Sep 8, 2013
1 parent 9cc3e39 commit d1ceb66
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 3,186 deletions.
1 change: 1 addition & 0 deletions AppController.h
Expand Up @@ -16,6 +16,7 @@
}

- (IBAction)showPreferencePanel:(id)sender;
- (IBAction)attach:(id)sender;

@end

Expand Down
6 changes: 6 additions & 0 deletions AppController.mm
Expand Up @@ -67,6 +67,12 @@ - (BOOL)isOnlyRunningMachOView
return YES;
}

//----------------------------------------------------------------------------
/* menu item action to attach to a process and read its mach-o header */
- (IBAction)attach:(id)sender
{
}

//----------------------------------------------------------------------------
- (IBAction)openDocument:(id)sender
{
Expand Down

0 comments on commit d1ceb66

Please sign in to comment.