summaryrefslogtreecommitdiff
path: root/libjava/jvmti.cc
Commit message (Expand)AuthorAgeFilesLines
* jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway2007-03-121-1/+1
* jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway2007-03-121-1/+7
* jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.Kyle Galloway2007-03-061-10/+10
* jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.Kyle Galloway2007-02-211-1/+40
* interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway2007-02-161-10/+257
* defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway2007-02-151-3/+84
* jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove cast from jthread to Thread *; it ...Keith Seitz2007-02-131-11/+7
* java-interp.h (_Jv_Frame::depth): New function.Keith Seitz2007-02-081-8/+1
* jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.Kyle Galloway2007-02-071-1/+38
* jvmti.cc (_envListLock): Change type to ReentrantReadWriteLock.Keith Seitz2007-02-051-33/+44
* jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz2007-01-311-0/+8
* java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway2007-01-291-2/+106
* jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz2007-01-291-18/+11
* jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz2007-01-251-1/+43
* Class.h (_Jv_GetClassStatus): Declare.Keith Seitz2007-01-231-1/+31
* jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.Marco Trudel2007-01-171-7/+5
* jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway2007-01-161-1/+48
* jvmti.cc (_Jv_JVMTI_GetLineNumberTable): New function.Keith Seitz2006-11-021-1/+49
* Location.java: New file.Keith Seitz2006-11-011-2/+72
* java-stack.h (ncodeMap): Declare.Keith Seitz2006-10-281-1/+19
* jvmti-int.h (JVMTI): Declare all members "extern".Keith Seitz2006-10-121-0/+39
* jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.Marco Trudel2006-09-221-1/+1
* jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz2006-09-221-2/+684
* jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchked and return JVMTI...Keith Seitz2006-09-211-5/+19
* jvmti.cc (_Jv_JVMTI_GetErrorName): New function.Keith Seitz2006-09-201-1/+214
* jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list.Keith Seitz2006-09-191-12/+14
* jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Encapsulate in do..while loop.Keith Seitz2006-09-011-12/+36
* jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz2006-09-011-3/+71
* jvmti.cc (_Jv_JVMTI_RawMonitorWait): Add millis parameter.Keith Seitz2006-08-311-2/+3
* jvmti.cc: Include gcj/method.h.Mark Wielaard2006-08-051-0/+2
* jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.Tom Tromey2006-08-051-24/+34
* jvmti.cc (REQUIRE_PHASE): New macro.Tom Tromey2006-08-031-35/+536
* jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.Mohan Embar2006-07-231-3/+3
* boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz2006-07-211-2/+50
* jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.Keith Seitz2006-07-201-1/+9
* jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz2006-07-201-0/+184