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

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

/*
   Methods the DebuggerController can invoke on the GdbManger.
   Most invocations are from the Debugger Server's thread.
 */

@protocol GuiGdbManagerInternal  <NSObject>

- (void) setDebuggerControllerConnectionName:(NSString *)n;	

// Put a command in the queue; can block while waiting for a lock.
- (void)enqueueCmd:(GdbCmd*)c;

@end

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