ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/TextEdit/GdbBundle.bproj/Stack.h

This is Stack.h in view mode; [Download] [Up]

/* Stack.h created by ovidiu on Sat 22-Mar-1997 */

#import <Foundation/NSObject.h>
#import <GuiDisplayProvider_Protocol.h>

@class GdbDisplayController;

@interface Stack : NSObject
{
  GdbDisplayController* gdbController;
  NSMutableArray* frames;
  int selectedFrame;
}

- (void)setGdbController:(GdbDisplayController*)object;
- (void)createStackFromGdbBacktrace:(NSString*)gdbOutput type:(GdbOutputType)t;

- (NSArray*)frames;
- (GdbDisplayController*)gdbController;

- (void)setSelectedFrame:(int)newFrame;
- (int)selectedFrame;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.