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

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

// Protocol between the Gdb Manager object (and thread)
// the DebuggerController.
    
@protocol DebuggerControllerInternal <NSObject>

// Called when gdb thread is ready to read from stdin.
// Sent via DO from gdb thread to server thread.
- (oneway void) gdbReadyForInput;

// returns the display provider to gdb
- (id) displayProvider;
@end


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