home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / jbuilder / jruntime.z / sun_tools_debug_BreakpointQueue.h < prev    next >
C/C++ Source or Header  |  1997-08-25  |  817b  |  33 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_BreakpointQueue */
  4.  
  5. #ifndef _Included_sun_tools_debug_BreakpointQueue
  6. #define _Included_sun_tools_debug_BreakpointQueue
  7. struct Hjava_lang_Thread;
  8. struct Hsun_tools_debug_BreakpointQueue;
  9. struct Hjava_lang_Throwable;
  10.  
  11. #pragma pack(4)
  12.  
  13. typedef struct Classsun_tools_debug_BreakpointQueue {
  14.     long pc;
  15.     struct Hjava_lang_Thread *thread;
  16.     long opcode;
  17.     struct Hsun_tools_debug_BreakpointQueue *nextQ;
  18.     struct Hjava_lang_Throwable *exception;
  19.     long catch_pc;
  20.     /*boolean*/ long updated;
  21. } Classsun_tools_debug_BreakpointQueue;
  22. HandleTo(sun_tools_debug_BreakpointQueue);
  23.  
  24. #pragma pack()
  25.  
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #endif
  33.