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

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

// The execection lock is used to control if a thread is executing
// a gdb command (or otherwise mucking about inside gdb). Gdb code is
// not reentrant, so we need to control access to it.

@protocol GuiGdbManagerExecLock <NSObject>

- (void) lockExecLock;
- (void) unlockExecLock;

@end

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