summaryrefslogtreecommitdiff
path: root/libjava/stacktrace.cc
Commit message (Expand)AuthorAgeFilesLines
* 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