aboutsummaryrefslogtreecommitdiff
path: root/libjava/jvmti.cc
AgeCommit message (Expand)AuthorFilesLines
2010-03-21PR target/42811 (prerequisite)Dave Korn1-0/+1
2007-04-23no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz1-1/+62
2007-04-23java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway1-1/+1
2007-03-12jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway1-1/+1
2007-03-12jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count as a sigle...Kyle Galloway1-1/+7
2007-03-06jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.Kyle Galloway1-10/+10
2007-02-21jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.Kyle Galloway1-1/+40
2007-02-16interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway1-10/+257
2007-02-15defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl...Kyle Galloway1-3/+84
2007-02-13jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove cast from jthread to Thread *; it ...Keith Seitz1-11/+7
2007-02-08java-interp.h (_Jv_Frame::depth): New function.Keith Seitz1-8/+1
2007-02-07jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.Kyle Galloway1-1/+38
2007-02-05jvmti.cc (_envListLock): Change type to ReentrantReadWriteLock.Keith Seitz1-33/+44
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz1-0/+8
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway1-2/+106
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz1-18/+11
2007-01-25jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz1-1/+43
2007-01-23Class.h (_Jv_GetClassStatus): Declare.Keith Seitz1-1/+31
2007-01-17jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.Marco Trudel1-7/+5
2007-01-16jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway1-1/+48
2006-11-02jvmti.cc (_Jv_JVMTI_GetLineNumberTable): New function.Keith Seitz1-1/+49
2006-11-01Location.java: New file.Keith Seitz1-2/+72
2006-10-28java-stack.h (ncodeMap): Declare.Keith Seitz1-1/+19
2006-10-12jvmti-int.h (JVMTI): Declare all members "extern".Keith Seitz1-0/+39
2006-09-22jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.Marco Trudel1-1/+1
2006-09-22jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz1-2/+684
2006-09-21jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchked and return JVMTI...Keith Seitz1-5/+19
2006-09-20jvmti.cc (_Jv_JVMTI_GetErrorName): New function.Keith Seitz1-1/+214
2006-09-19jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list.Keith Seitz1-12/+14
2006-09-01jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Encapsulate in do..while loop.Keith Seitz1-12/+36
2006-09-01jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz1-3/+71
2006-08-31jvmti.cc (_Jv_JVMTI_RawMonitorWait): Add millis parameter.Keith Seitz1-2/+3
2006-08-05jvmti.cc: Include gcj/method.h.Mark Wielaard1-0/+2
2006-08-05jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.Tom Tromey1-24/+34
2006-08-03jvmti.cc (REQUIRE_PHASE): New macro.Tom Tromey1-35/+536
2006-07-23jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL attribute.Mohan Embar1-3/+3
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz1-2/+50
2006-07-20jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.Keith Seitz1-1/+9
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz1-0/+184