summaryrefslogtreecommitdiff
path: root/libjava/jvmti.cc
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* PR target/42811 (prerequisite)davek2010-03-211-0/+1
* * include/no-gc.h (_Jv_IsThreadSuspended): Declare.kseitz2007-04-231-1/+62
* 2007-04-23 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-04-231-1/+1
* 2007-03-12 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-03-121-1/+1
* 2007-03-12 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-03-121-1/+7
* 2007-03-06 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-03-061-10/+10
* 2007-02-21 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-211-1/+40
* 2007-02-16 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-161-10/+257
* 2007-02-15 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-151-3/+84
* * jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove castkseitz2007-02-131-11/+7
* * include/java-interp.h (_Jv_Frame::depth):kseitz2007-02-081-8/+1
* 2007-02-07 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-02-071-1/+38
* * jvmti.cc (_envListLock): Change type tokseitz2007-02-051-33/+44
* * include/jvmti-int.h (JVMTI): Declare member "enabled".kseitz2007-01-311-0/+8
* 2007-01-29 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-01-291-2/+106
* * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):kseitz2007-01-291-18/+11
* * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.kseitz2007-01-251-1/+43
* * java/lang/Class.h (_Jv_GetClassStatus): Declare.kseitz2007-01-231-1/+31
* 2007-01-17 Marco Trudel <mtrudel@gmx.ch>tromey2007-01-171-7/+5
* 2007-01-16 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-01-161-1/+48
* * jvmti.cc (_Jv_JVMTI_GetLineNumberTable): New function.kseitz2006-11-021-1/+49
* * gnu/gcj/jvmti/Location.java: New file.kseitz2006-11-011-2/+72
* * include/java-stack.h (ncodeMap): Declare.kseitz2006-10-281-1/+19
* * include/jvmti-int.h (JVMTI): Declare all members "extern".kseitz2006-10-121-0/+39
* 2006-09-22 Marco Trudel <mtrudel@gmx.ch>tromey2006-09-221-1/+1
* * jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabledkseitz2006-09-221-2/+684
* * jvmti.cc (_Jv_JVMTI_CreateRawMonitor): Use _Jv_MallocUnchkedkseitz2006-09-211-5/+19
* * jvmti.cc (_Jv_JVMTI_GetErrorName): New function.kseitz2006-09-201-1/+214
* * jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Clarify parameter list.kseitz2006-09-191-12/+14
* * jvmti.cc (THREAD_DEFAULT_TO_CURRENT): Encapsulate in do..while loop.kseitz2006-09-011-12/+36
* * include/jvm.h (_Jv_JVMTI_Init): Declare.kseitz2006-09-011-3/+71
* * jvmti.cc (_Jv_JVMTI_RawMonitorWait): Add millis parameter.kseitz2006-08-311-2/+3
* 2006-08-04 Mark Wielaard <mark@klomp.org>tromey2006-08-051-0/+2
* * jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.tromey2006-08-051-24/+34
* * jvmti.cc (REQUIRE_PHASE): New macro.tromey2006-08-031-35/+536
* 2006-07-23 Mohan Embar <gnustuff@thisiscool.com>membar2006-07-231-3/+3
* * boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration,kseitz2006-07-211-2/+50
* * jvmti.cc (_Jv_JVMTI_DisposeEnvironment): New function.kseitz2006-07-201-1/+9
* * include/jvm.h (_Jv_GetJVMTIEnv): Declare.kseitz2006-07-201-0/+184