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

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

/* Misc. stuff  */

#import <Foundation/Foundation.h>

// pool used by Foundation objects
extern NSAutoreleasePool	*pool;

// number of times thru window_hook;
extern int			pool_num_times;

// release pool after this many times thru window hook
#define POOL_RELEASE_MAX_TIMES	(10)


extern GdbManager* make_gui_gdb_manager();
extern GdbManager* make_view_gdb_manager();

extern void	 fork_and_start_debugger_controller(GdbManager *);

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