index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.
naruse
2013-04-02
1
-25
/
+29
*
Add comments to r39808
naruse
2013-03-18
1
-1
/
+6
*
* vm_dump.c (backtrace): on darwin use custom backtrace() to trace
naruse
2013-03-18
1
-0
/
+55
*
Correct condition of r39302
naruse
2013-02-18
1
-10
/
+10
*
* vm_dump: FreeBSD ports' libexecinfo's backtrace(3) can't trace
naruse
2013-02-18
1
-0
/
+5
*
* configure.in: check whether backtrace(3) works well or not.
naruse
2013-02-18
1
-0
/
+4
*
* vm_dump.c (control_frame_dump): capitalize prefix of `ep'
ko1
2013-02-04
1
-1
/
+1
*
vm_dump.c: important message first
nobu
2013-01-30
1
-10
/
+14
*
* vm_dump.c (rb_vm_bugreport): revert r38533.
kosaki
2012-12-21
1
-5
/
+4
*
* vm_dump.c (rb_vm_bugreport): commentout addr2line call temporarily
tarui
2012-12-21
1
-4
/
+5
*
* configure.in: add -fno-omit-frame-pointer if libexecinfo is used.
naruse
2012-12-12
1
-3
/
+0
*
Specify rlimits_core to prevent making core file
naruse
2012-12-12
1
-9
/
+8
*
Experimental fix for r38041
naruse
2012-12-12
1
-6
/
+7
*
Experimental: don't use $.*s of fprintf
naruse
2012-12-11
1
-3
/
+3
*
Experimentally recommit of r38041: specify smaller max length
naruse
2012-12-11
1
-2
/
+14
*
Experimentally revert r38041
naruse
2012-12-11
1
-14
/
+2
*
vm_dump.c: no methods in segv handler
nobu
2012-11-30
1
-2
/
+14
*
* vm_dump.c: not to include probes.h because the code does not depend
ngoto
2012-11-19
1
-1
/
+0
*
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-12
1
-0
/
+1
*
* vm_dump.c (rb_vm_bugreport): Because of many log directories,
sorah
2012-11-02
1
-6
/
+7
*
* vm_dump.c (rb_vm_bugreport): add ~/Library/Logs/DiagnosticReports
mrkn
2012-11-02
1
-3
/
+4
*
* vm_dump.c: fix debug prints to catch up recent changes
ko1
2012-10-10
1
-4
/
+18
*
* vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis
ko1
2012-10-04
1
-139
/
+0
*
* vm_dump.c (rb_vm_bugreport): add /Library/Logs/DiagnosticReports
mrkn
2012-09-30
1
-3
/
+4
*
* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).
ko1
2012-09-28
1
-8
/
+3
*
* vm_exec.c, insns.def (leave): solve problems on
ko1
2012-08-07
1
-1
/
+1
*
* dln.c: Simplify and make consistent an ifdef for Mac OS X.
kosaki
2012-07-09
1
-1
/
+1
*
* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).
ko1
2012-06-15
1
-13
/
+8
*
* vm_core.h: remove lfp (local frame pointer) and rename
ko1
2012-06-11
1
-46
/
+32
*
* vm_core.h (rb_location_t): fix type and field name.
ko1
2012-06-04
1
-4
/
+4
*
* common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.c
ko1
2012-06-02
1
-2
/
+1
*
* vm.c: refactoring backtrace related funcitons.
ko1
2012-05-25
1
-23
/
+4
*
* vm_core.h: add a data type rb_location_t to store iseq location
ko1
2012-05-22
1
-4
/
+4
*
* io.c (rb_write_error2): get rid of warning on linux. fwrite
kosaki
2011-11-27
1
-1
/
+2
*
* vm_dump.c (HAVE_BACKTRACE): fallback to 0.
nobu
2011-11-11
1
-8
/
+26
*
* vm_dump.c (VMDEBUG): suppress undefined macro warnings.
nobu
2011-07-27
1
-0
/
+5
*
* addr2line.c: use USE_ELF instead of __ELF__ because Solaris
naruse
2011-07-08
1
-1
/
+1
*
* vm_dump.c (rb_vm_bugreport): change CrashReporter suggestion messages
kosaki
2011-06-26
1
-6
/
+5
*
* vm_dump.c: delete dashes to make lines 80 chars, Patched by
mrkn
2011-01-13
1
-2
/
+2
*
* vm_dump.c: fix misspelling of CrashReporter.
mrkn
2011-01-13
1
-2
/
+2
*
* vm_dump.c: parenthesize macro arguments.
akr
2011-01-12
1
-1
/
+1
*
* vm_dump.c (rb_vm_bugreport): suppress a warning.
nobu
2010-12-08
1
-1
/
+1
*
* vm_dump.c: undef HAVE_BACKTRACE when the OS is FreeBSD (in other
naruse
2010-11-30
1
-0
/
+3
*
* vm_dump.c (rb_vm_bugreport): see CrashReport log on Mac OS X.
nobu
2010-11-27
1
-1
/
+8
*
* addr2line.c: added to show source filename and line number of
naruse
2010-11-26
1
-0
/
+5
*
* vm_dump.c (dump_thread): get only required rights of the target
usa
2010-11-26
1
-1
/
+1
*
* vm_dump.c (dump_thread): show the displacement from the beginning
usa
2010-11-26
1
-2
/
+4
*
* vm_dump.c (dump_thread): follow the output of glibc.
usa
2010-11-26
1
-2
/
+2
*
* vm_dump.c (dump_thread): seems to be necessary the 3rd argument of
usa
2010-11-26
1
-1
/
+2
*
* fix type warnings.
nobu
2010-11-11
1
-1
/
+1
[next]