aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
Commit message (Expand)AuthorAgeFilesLines
...
* Experimental: don't use $.*s of fprintfnaruse2012-12-111-3/+3
* Experimentally recommit of r38041: specify smaller max lengthnaruse2012-12-111-2/+14
* Experimentally revert r38041naruse2012-12-111-14/+2
* vm_dump.c: no methods in segv handlernobu2012-11-301-2/+14
* * vm_dump.c: not to include probes.h because the code does not dependngoto2012-11-191-1/+0
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+1
* * vm_dump.c (rb_vm_bugreport): Because of many log directories,sorah2012-11-021-6/+7
* * vm_dump.c (rb_vm_bugreport): add ~/Library/Logs/DiagnosticReportsmrkn2012-11-021-3/+4
* * vm_dump.c: fix debug prints to catch up recent changesko12012-10-101-4/+18
* * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko12012-10-041-139/+0
* * vm_dump.c (rb_vm_bugreport): add /Library/Logs/DiagnosticReportsmrkn2012-09-301-3/+4
* * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko12012-09-281-8/+3
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-1/+1
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-1/+1
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-13/+8
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-46/+32
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-4/+4
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-2/+1
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-23/+4
* * vm_core.h: add a data type rb_location_t to store iseq locationko12012-05-221-4/+4
* * io.c (rb_write_error2): get rid of warning on linux. fwritekosaki2011-11-271-1/+2
* * vm_dump.c (HAVE_BACKTRACE): fallback to 0.nobu2011-11-111-8/+26
* * vm_dump.c (VMDEBUG): suppress undefined macro warnings.nobu2011-07-271-0/+5
* * addr2line.c: use USE_ELF instead of __ELF__ because Solarisnaruse2011-07-081-1/+1
* * vm_dump.c (rb_vm_bugreport): change CrashReporter suggestion messageskosaki2011-06-261-6/+5
* * vm_dump.c: delete dashes to make lines 80 chars, Patched bymrkn2011-01-131-2/+2
* * vm_dump.c: fix misspelling of CrashReporter.mrkn2011-01-131-2/+2
* * vm_dump.c: parenthesize macro arguments.akr2011-01-121-1/+1
* * vm_dump.c (rb_vm_bugreport): suppress a warning.nobu2010-12-081-1/+1
* * vm_dump.c: undef HAVE_BACKTRACE when the OS is FreeBSD (in othernaruse2010-11-301-0/+3
* * vm_dump.c (rb_vm_bugreport): see CrashReport log on Mac OS X.nobu2010-11-271-1/+8
* * addr2line.c: added to show source filename and line number ofnaruse2010-11-261-0/+5
* * vm_dump.c (dump_thread): get only required rights of the targetusa2010-11-261-1/+1
* * vm_dump.c (dump_thread): show the displacement from the beginningusa2010-11-261-2/+4
* * vm_dump.c (dump_thread): follow the output of glibc.usa2010-11-261-2/+2
* * vm_dump.c (dump_thread): seems to be necessary the 3rd argument ofusa2010-11-261-1/+2
* * fix type warnings.nobu2010-11-111-1/+1
* * vm_dump.c (rb_vm_bugreport): fix to add bug outputs.ko12010-10-231-4/+38
* * vm_dump.c (dump_thread): suppress a warning.nobu2010-10-131-1/+1
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-1/+1
* * vm_dump.c (dump_thread): foolish mistake.usa2010-10-121-2/+2
* * vm_dump.c (dump_thread): fixed wrong type of return value ofusa2010-09-301-5/+4
* * vm_dump.c (dump_thread): remove ununsed optional arguments.usa2010-09-291-4/+2
* * vm_dump.c (rb_vm_bugreport): add windows support.usa2010-09-281-5/+189
* * eval_intern.h (rb_vm_get_sourceline): add prototype.nobu2010-05-111-2/+0
* * vm_dump.c (bugreport_backtrace): ditto.nobu2010-04-151-1/+7
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-271-3/+3
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-10/+13
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-2/+2
* * vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func nownobu2009-08-161-2/+2