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 >
C/C++ Source or Header  |  1998-05-08  |  2KB  |  57 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_BreakpointHandler */
  4.  
  5. #ifndef _Included_sun_tools_debug_BreakpointHandler
  6. #define _Included_sun_tools_debug_BreakpointHandler
  7. struct Hjava_lang_Thread;
  8. struct Hjava_lang_Runnable;
  9. struct Hjava_lang_ThreadGroup;
  10. struct Hsun_tools_debug_Agent;
  11. struct Hjava_util_Hashtable;
  12. struct Hjava_util_Vector;
  13.  
  14. #pragma pack(4)
  15.  
  16. typedef struct Classsun_tools_debug_BreakpointHandler {
  17.     struct HArrayOfChar *name;
  18.     long priority;
  19.     struct Hjava_lang_Thread *threadQ;
  20.     long PrivateInfo;
  21.     long eetop;
  22.     /*boolean*/ long single_step;
  23.     /*boolean*/ long daemon;
  24.     /*boolean*/ long stillborn;
  25.     struct Hjava_lang_Runnable *target;
  26. /* Inaccessible static: activeThreadQ */
  27.     struct Hjava_lang_ThreadGroup *group;
  28. /* Inaccessible static: threadInitNumber */
  29.     long initial_stack_memory;
  30. #undef sun_tools_debug_BreakpointHandler_MIN_PRIORITY
  31. #define sun_tools_debug_BreakpointHandler_MIN_PRIORITY 1L
  32. #undef sun_tools_debug_BreakpointHandler_NORM_PRIORITY
  33. #define sun_tools_debug_BreakpointHandler_NORM_PRIORITY 5L
  34. #undef sun_tools_debug_BreakpointHandler_MAX_PRIORITY
  35. #define sun_tools_debug_BreakpointHandler_MAX_PRIORITY 10L
  36. /* Inaccessible static: the_bkptQ */
  37. /* Inaccessible static: the_bkptHash */
  38.     struct Hsun_tools_debug_Agent *agent;
  39.     struct Hjava_util_Hashtable *catchHash;
  40.     struct Hjava_util_Vector *skipLines;
  41. #undef sun_tools_debug_BreakpointHandler_debug
  42. #define sun_tools_debug_BreakpointHandler_debug 0L
  43. } Classsun_tools_debug_BreakpointHandler;
  44. HandleTo(sun_tools_debug_BreakpointHandler);
  45.  
  46. #pragma pack()
  47.  
  48. #ifdef __cplusplus
  49. extern "C" {
  50. #endif
  51. extern void sun_tools_debug_BreakpointHandler_setBreakpoint(struct Hsun_tools_debug_BreakpointHandler *,long);
  52. extern void sun_tools_debug_BreakpointHandler_clrBreakpoint(struct Hsun_tools_debug_BreakpointHandler *,long);
  53. #ifdef __cplusplus
  54. }
  55. #endif
  56. #endif
  57.