summaryrefslogtreecommitdiff
path: root/libjava/stacktrace.cc
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Andrew Haley2007-09-041-0/+4
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-1/+1
* java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway2007-01-291-3/+5
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-50/+240
* java-stack.h (ncodeMap): Declare.Keith Seitz2006-10-281-18/+22
* re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Jack Howarth2006-09-271-1/+12
* java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway2006-08-151-1/+8
* java-stack.h (GetAccessControlStack): Change return type.Gary Benson2006-08-101-29/+31
* stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.Gary Benson2006-08-091-1/+3
* java-stack.h (accesscontrol_trace_fn): Declare.Gary Benson2006-08-091-7/+35
* re PR libgcj/13604 (AccessController unfinished)Gary Benson2006-07-281-0/+42
* stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba...Ranjit Mathew2006-07-141-22/+0
* re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay2006-07-121-1/+3
* stacktrace.cc (ClassForFrame): Remove commented-out code.Bryce McKinlay2006-07-071-9/+10
* javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew2006-06-291-24/+27
* gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney2006-06-061-0/+12
* stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add interpreted classes.Alan Modra2006-05-311-17/+15
* Fix typo in the last commit. Sorry.Andreas Tobler2006-05-151-1/+1
* stacktrace.cc (StackTrace::FillInFrameInfo): Use UNWRAP_FUNCTION_DESCRIPTOR t...Andreas Tobler2006-05-151-2/+3
* stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re...Andrew Haley2006-02-171-6/+17
* stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR to compare _Jv_...Alan Modra2005-12-011-5/+6
* re PR libgcj/23507 (gij testsuite failures)John David Anglin2005-08-211-2/+2
* re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson2005-05-251-4/+5
* * stacktrace.cc (getLineNumberForFrame): Use _Jv_GetSafeArg.Tom Tromey2005-05-151-3/+3
* Makefile.in: Rebuilt.Tom Tromey2005-03-241-1/+1
* * stacktrace.cc: Delete unused _Jv_FindCallingClassState.Mike Stump2005-03-221-5/+0
* natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley2005-03-211-11/+9
* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c...Andreas Tobler2005-03-161-0/+8
* stacktrace.cc (GetCallerInfo): Return nothing in case of SJLJ_EXCEPTIONS is d...Andreas Tobler2005-03-121-1/+1
* New Stack Trace infrastructure.Bryce McKinlay2005-03-101-0/+527