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.