aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* USE_RUBY_DEBUG_LOG is not defined !devel buildKoichi Sasada2020-12-251-0/+2
* show ractor info on non-single ractor modeKoichi Sasada2020-12-071-1/+1
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-2/+1
* ruby_debug_log: suppress warning卜部昌平2020-08-131-1/+1
* remove accidentally introduced debug codeKoichi Sasada2020-08-021-2/+2
* support multiple filters by RUBY_DEBUG_LOG_FILTERKoichi Sasada2020-08-021-16/+45
* RUBY_DEBUG_LOG: Logging debug information mechanism (#3279)Koichi Sasada2020-07-031-0/+231
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* More enums are mandatory for rp in lldb_cruby.pyNobuyoshi Nakada2020-04-251-0/+4
* RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.pyNobuyoshi Nakada2020-04-181-0/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-0/+1
* move internal/debug.h definitions to internal.hKoichi Sasada2020-01-031-1/+0
* decouple internal.h headers卜部昌平2019-12-261-5/+12
* internal/imemo.h rework卜部昌平2019-12-261-0/+9
* add additional CF info for CI envKoichi Sasada2019-12-051-0/+2
* internal.h: remove dependecy on ruby/io.hnobu2018-01-091-0/+1
* debug.c: include RIMemo in ruby_dummy_gdb_enumsnobu2017-11-231-2/+5
* debug.c: vm call flagsnobu2017-11-021-0/+1
* debug.c: RSymbol infonobu2017-10-251-0/+2
* debug.c: imemo_masknobu2017-10-241-0/+2
* debug.c: add FMODE constantsnobu2017-07-051-0/+18
* ruby.c: debug options in command linenobu2017-06-211-6/+14
* debug.c: rgengc debug optionnobu2017-06-191-23/+39
* debug.c: fix breaking condtionsnobu2017-06-061-2/+1
* debug.c: parse locale and filesystem codepagesnobu2017-06-061-7/+18
* debug.c: more enumsnobu2017-06-011-0/+4
* enable ruby_w32_codepage on cygwinnobu2017-05-161-0/+5
* debug.c: check codepage value [ci skip]nobu2017-03-311-3/+7
* RUBY_DEBUG codepage option [ci skip]nobu2017-03-311-4/+23
* * debug.c (ruby_debug_printf): use rb_raw_obj_info()ko12016-07-251-4/+6
* ruby.h: add prefixnobu2015-09-131-37/+4
* * debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().ko12015-05-231-1/+1
* rb_id2str over rb_id2namenobu2014-11-251-1/+1
* * debug.c (set_debug_option): need the declaration.usa2014-11-181-1/+4
* * debug.c (SET_WHEN): Don't declare debug variables here.akr2014-11-181-6/+5
* follow RIncGCnobu2014-09-121-0/+1
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-2/+2
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-041-1/+1
* .gdbinit: show ID typenobu2013-09-201-0/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-1/+0
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-2/+2
* * include/ruby/debug.h: introdudced.ko12012-11-201-1/+1
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-2/+2
* * debug.c: parenthesize macro arguments.akr2010-12-071-1/+1
* * debug.c (ruby_set_debug_option): define always for binarynobu2010-10-131-2/+0
* * suppress warnings.nobu2010-05-211-1/+1
* * debug.c (RUBY_NODE_LMASK): may exceed int limit.nobu2010-05-051-1/+1