ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/debug/gdb/gdb/next/DisplaySupport/ViewGdbManager.h

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

#import "GdbManager.h"
#import "DisplayMisc.h"
#import "ViewDisplayProvider_Protocol.h"
#import <Foundation/Foundation.h>

//
// A view display provider is pretty simple: we just send
// it one-way messages telling it the current line.
//
// The ViewGdbManager makes the connection with the view
// provider.
//
@interface ViewGdbManager : GdbManager
{
}

- (void) dealloc;

- (WindowHookFunction) windowHookFunction;

- (int) establishConnection;


@end

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