almost all required function implemented - first integration with jdwp - nothing...
[cacao.git] / src / vm / jit / stacktrace.c
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-03 twisti* --disable-threads fixes.
2005-11-01 twisti* cacao_stacktrace_fillInStackTrace: Flush after debug...
2005-10-26 twisti* callingMethodCollector, cacao_callingMethod: Removed.
2005-10-19 twisti* callingMethodCollector: Return [1] element since...
2005-10-12 twisti* stacktrace_dump_trace: Use stacktrace_print_trace...
2005-10-04 twisti* stacktrace_inline_negativearraysizeexception: Removed.
2005-09-21 twisti* Added interpreter stuff.
2005-09-17 twisti* Include methodheader.h instead of asmoffsets.h.
2005-07-28 twisti* Bug #8: Collectors should return a value, so we can...
2005-07-27 twisti* Warning fix
2005-07-21 twisti* stacktrace_fillInStackTrace_methodRecursive: if no...
2005-07-20 twisti* stacktrace_extern_fillInStackTrace: removed, not...
2005-07-18 twisti* lineNumberTableEntry: use ptrint as line type, otherw...
2005-07-18 twisti* Some cleanup, code simplifying, added comments...
2005-07-18 twisti* cacao_stacktrace_fillInStackTrace: check for m !...
2005-07-13 twisti* Compiler warnnig fixes
2005-07-12 twisti* Added mips define
2005-07-11 twisti* Again changed the stacktrace system: more specific...
2005-07-11 twisti* More stacktrace changes: mostly to handle exceptions...
2005-07-10 twisti* Fixed compiler warnings
2005-07-10 twisti* stacktrace_new_arithmeticexception,
2005-07-09 twisti* Some improvements
2005-07-08 twisti* stacktrace_create_inline_stackframeinfo,
2005-07-05 twisti* More changes
2005-07-05 twisti* Cleanup and trying to make the functions a bit simple...
2005-06-28 twisti* Put some logging in JWDEBUG
2005-06-23 twisti* Added: stacktrace_dump_trace
2005-06-21 twisti* Some code cleanup, so maybe one day i can understand...
2005-06-14 twisti* classLoaderCollector: code indent and removed unused...
2005-06-13 twisti* Use global class_java_security_PrivilegedAction
2005-05-23 twisti- killed panic's
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-03 twistigcc-2.x compile fix.
2005-04-30 jowennmore statistics, less crashing
2005-04-28 jowennless debug output
2005-04-27 jowenngeneral: less warnings in stacktrace.c
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-21 twistiUse builtin_anewarray instead of builtin_newarray.
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-02-10 twisti- added #include "vm/class.h"
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-17 jowenn1) disable the is leaf check for i386, where there...
2004-12-07 twistiGNU header update.
2004-12-07 twisti#else is just i386, not a mips or powerpc.
2004-12-06 twistiThis should be a normal .c file with a header.
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-04 jowennuse two functions for creating/removing items of the...