OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [jdwp/] [JdwpConstants$EventKind.h] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_classpath_jdwp_JdwpConstants$EventKind__
#define __gnu_classpath_jdwp_JdwpConstants$EventKind__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
      namespace jdwp
      {
          class JdwpConstants$EventKind;
      }
    }
  }
}
 
class gnu::classpath::jdwp::JdwpConstants$EventKind : public ::java::lang::Object
{
 
public:
  JdwpConstants$EventKind();
  static const jbyte SINGLE_STEP = 1;
  static const jbyte BREAKPOINT = 2;
  static const jbyte FRAME_POP = 3;
  static const jbyte EXCEPTION = 4;
  static const jbyte USER_DEFINED = 5;
  static const jbyte THREAD_START = 6;
  static const jbyte THREAD_END = 7;
  static const jbyte CLASS_PREPARE = 8;
  static const jbyte CLASS_UNLOAD = 9;
  static const jbyte CLASS_LOAD = 10;
  static const jbyte FIELD_ACCESS = 20;
  static const jbyte FIELD_MODIFICATION = 21;
  static const jbyte EXCEPTION_CATCH = 30;
  static const jbyte METHOD_ENTRY = 40;
  static const jbyte METHOD_EXIT = 41;
  static const jbyte VM_INIT = 90;
  static const jbyte VM_DEATH = 99;
  static const jbyte VM_DISCONNECTED = 100;
  static const jbyte VM_START = 90;
  static const jbyte THREAD_DEATH = 7;
  static ::java::lang::Class class$;
};
 
#endif // __gnu_classpath_jdwp_JdwpConstants$EventKind__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.