home *** CD-ROM | disk | FTP | other *** search
- /* 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;
- struct Hsun_tools_debug_BreakpointQueue *nextQ;
- struct Hjava_lang_Throwable *exception;
- long catch_pc;
- /*boolean*/ long waiting_for_event;
- } Classsun_tools_debug_BreakpointQueue;
- HandleTo(sun_tools_debug_BreakpointQueue);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
-