home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 July
/
Chip_1998-07_cd.bin
/
zkuste
/
JBuilder
/
JBuild
/
jbuilder
/
jruntime.z
/
sun_tools_debug_BreakpointQueue.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-08-25
|
817b
|
33 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_tools_debug_BreakpointQueue */
#ifndef _Included_sun_tools_debug_BreakpointQueue
#define _Included_sun_tools_debug_BreakpointQueue
struct Hjava_lang_Thread;
struct Hsun_tools_debug_BreakpointQueue;
struct Hjava_lang_Throwable;
#pragma pack(4)
typedef struct Classsun_tools_debug_BreakpointQueue {
long pc;
struct Hjava_lang_Thread *thread;
long opcode;
struct Hsun_tools_debug_BreakpointQueue *nextQ;
struct Hjava_lang_Throwable *exception;
long catch_pc;
/*boolean*/ long updated;
} Classsun_tools_debug_BreakpointQueue;
HandleTo(sun_tools_debug_BreakpointQueue);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif