Age | Commit message (Expand) | Author | Files | Lines |
2007-09-04 | [multiple changes] | Andrew Haley | 1 | -0/+4 |
2007-07-31 | configure.ac (INTERPRETER): New AM_CONDITIONAL. | David Daney | 1 | -1/+1 |
2007-01-29 | java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a... | Kyle Galloway | 1 | -3/+5 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -50/+240 |
2006-10-28 | java-stack.h (ncodeMap): Declare. | Keith Seitz | 1 | -18/+22 |
2006-09-27 | re PR target/26792 (need to use autoconf when using newly-added libgcc functi... | Jack Howarth | 1 | -1/+12 |
2006-08-15 | java-interp.h (_Jv_InterpMethod::run_debug): New method. | Kyle Galloway | 1 | -1/+8 |
2006-08-10 | java-stack.h (GetAccessControlStack): Change return type. | Gary Benson | 1 | -29/+31 |
2006-08-09 | stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames. | Gary Benson | 1 | -1/+3 |
2006-08-09 | java-stack.h (accesscontrol_trace_fn): Declare. | Gary Benson | 1 | -7/+35 |
2006-07-28 | re PR libgcj/13604 (AccessController unfinished) | Gary Benson | 1 | -0/+42 |
2006-07-14 | stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba... | Ranjit Mathew | 1 | -22/+0 |
2006-07-12 | re PR java/28352 (gcj -C fails to generate line number info for method) | Bryce McKinlay | 1 | -1/+3 |
2006-07-07 | stacktrace.cc (ClassForFrame): Remove commented-out code. | Bryce McKinlay | 1 | -9/+10 |
2006-06-29 | javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99. | Ranjit Mathew | 1 | -24/+27 |
2006-06-06 | gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho... | David Daney | 1 | -0/+12 |
2006-05-31 | stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add interpreted classes. | Alan Modra | 1 | -17/+15 |
2006-05-15 | Fix typo in the last commit. Sorry. | Andreas Tobler | 1 | -1/+1 |
2006-05-15 | stacktrace.cc (StackTrace::FillInFrameInfo): Use UNWRAP_FUNCTION_DESCRIPTOR t... | Andreas Tobler | 1 | -2/+3 |
2006-02-17 | stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re... | Andrew Haley | 1 | -6/+17 |
2005-12-01 | stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR to compare _Jv_... | Alan Modra | 1 | -5/+6 |
2005-08-21 | re PR libgcj/23507 (gij testsuite failures) | John David Anglin | 1 | -2/+2 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 1 | -4/+5 |
2005-05-15 | * stacktrace.cc (getLineNumberForFrame): Use _Jv_GetSafeArg. | Tom Tromey | 1 | -3/+3 |
2005-03-24 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -1/+1 |
2005-03-22 | * stacktrace.cc: Delete unused _Jv_FindCallingClassState. | Mike Stump | 1 | -5/+0 |
2005-03-21 | natVMSecurityManager.cc (getClassContext): Add new arg: klass. | Andrew Haley | 1 | -11/+9 |
2005-03-16 | stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c... | Andreas Tobler | 1 | -0/+8 |
2005-03-12 | stacktrace.cc (GetCallerInfo): Return nothing in case of SJLJ_EXCEPTIONS is d... | Andreas Tobler | 1 | -1/+1 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 1 | -0/+527 |