This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r119618 - in /branches/gcj/gcj-eclipse-merge-br...


Author: gary
Date: Thu Dec  7 12:37:35 2006
New Revision: 119618

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119618
Log:
2006-12-07  Gary Benson  <gbenson@redhat.com>

	* include/java-stack.h (stackwalker_trace_fn,
	GetStackWalkerCallingClass): Declare.
	* stacktrace.cc (stackwalker_trace_fn,
	GetStackWalkerCallingClass): New methods.
	* gnu/classpath/natVMStackWalker.cc
	(getCallingClass): Use the above.
	* gnu/classpath/VMStackWalker.java
	(getCallingClass): Replace with native method.


Modified:
    branches/gcj/gcj-eclipse-merge-branch/libjava/ChangeLog
    branches/gcj/gcj-eclipse-merge-branch/libjava/classpath/lib/gnu/classpath/VMStackWalker.class
    branches/gcj/gcj-eclipse-merge-branch/libjava/gnu/classpath/VMStackWalker.java
    branches/gcj/gcj-eclipse-merge-branch/libjava/gnu/classpath/natVMStackWalker.cc
    branches/gcj/gcj-eclipse-merge-branch/libjava/include/java-stack.h
    branches/gcj/gcj-eclipse-merge-branch/libjava/stacktrace.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]