home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
sun_tools_debug_BreakpointHandler.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
2KB
|
57 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_tools_debug_BreakpointHandler */
#ifndef _Included_sun_tools_debug_BreakpointHandler
#define _Included_sun_tools_debug_BreakpointHandler
struct Hjava_lang_Thread;
struct Hjava_lang_Runnable;
struct Hjava_lang_ThreadGroup;
struct Hsun_tools_debug_Agent;
struct Hjava_util_Hashtable;
struct Hjava_util_Vector;
#pragma pack(4)
typedef struct Classsun_tools_debug_BreakpointHandler {
struct HArrayOfChar *name;
long priority;
struct Hjava_lang_Thread *threadQ;
long PrivateInfo;
long eetop;
/*boolean*/ long single_step;
/*boolean*/ long daemon;
/*boolean*/ long stillborn;
struct Hjava_lang_Runnable *target;
/* Inaccessible static: activeThreadQ */
struct Hjava_lang_ThreadGroup *group;
/* Inaccessible static: threadInitNumber */
long initial_stack_memory;
#undef sun_tools_debug_BreakpointHandler_MIN_PRIORITY
#define sun_tools_debug_BreakpointHandler_MIN_PRIORITY 1L
#undef sun_tools_debug_BreakpointHandler_NORM_PRIORITY
#define sun_tools_debug_BreakpointHandler_NORM_PRIORITY 5L
#undef sun_tools_debug_BreakpointHandler_MAX_PRIORITY
#define sun_tools_debug_BreakpointHandler_MAX_PRIORITY 10L
/* Inaccessible static: the_bkptQ */
/* Inaccessible static: the_bkptHash */
struct Hsun_tools_debug_Agent *agent;
struct Hjava_util_Hashtable *catchHash;
struct Hjava_util_Vector *skipLines;
#undef sun_tools_debug_BreakpointHandler_debug
#define sun_tools_debug_BreakpointHandler_debug 0L
} Classsun_tools_debug_BreakpointHandler;
HandleTo(sun_tools_debug_BreakpointHandler);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
extern void sun_tools_debug_BreakpointHandler_setBreakpoint(struct Hsun_tools_debug_BreakpointHandler *,long);
extern void sun_tools_debug_BreakpointHandler_clrBreakpoint(struct Hsun_tools_debug_BreakpointHandler *,long);
#ifdef __cplusplus
}
#endif
#endif