aboutsummaryrefslogtreecommitdiff
path: root/libjava/stacktrace.cc
AgeCommit message (Expand)AuthorFilesLines
2006-07-14stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba...Ranjit Mathew1-22/+0
2006-07-12re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay1-1/+3
2006-07-07stacktrace.cc (ClassForFrame): Remove commented-out code.Bryce McKinlay1-9/+10
2006-06-29javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew1-24/+27
2006-06-06gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney1-0/+12
2006-05-31stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add interpreted classes.Alan Modra1-17/+15
2006-05-15Fix typo in the last commit. Sorry.Andreas Tobler1-1/+1
2006-05-15stacktrace.cc (StackTrace::FillInFrameInfo): Use UNWRAP_FUNCTION_DESCRIPTOR t...Andreas Tobler1-2/+3
2006-02-17stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re...Andrew Haley1-6/+17
2005-12-01stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR to compare _Jv_...Alan Modra1-5/+6
2005-08-21re PR libgcj/23507 (gij testsuite failures)John David Anglin1-2/+2
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-4/+5
2005-05-15* stacktrace.cc (getLineNumberForFrame): Use _Jv_GetSafeArg.Tom Tromey1-3/+3
2005-03-24Makefile.in: Rebuilt.Tom Tromey1-1/+1
2005-03-22* stacktrace.cc: Delete unused _Jv_FindCallingClassState.Mike Stump1-5/+0
2005-03-21natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley1-11/+9
2005-03-16stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c...Andreas Tobler1-0/+8
2005-03-12stacktrace.cc (GetCallerInfo): Return nothing in case of SJLJ_EXCEPTIONS is d...Andreas Tobler1-1/+1
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-0/+527