index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug.c
Age
Commit message (
Expand
)
Author
2022-08-30
Undefine `ruby_debug_log` macro before the function definition
Nobuyoshi Nakada
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-15
Implement Objects on VWA
Peter Zhu
2022-06-10
small fix on `setup_debug_log()`
Koichi Sasada
2022-06-09
func: and file: prefix for `RUBY_DEBUG_LOG_FILTER`
Koichi Sasada
2022-05-24
add `rb_th_serial()`
Koichi Sasada
2022-05-21
extend `RUBY_DEBUG_LOG_FILTER` to reject words
Koichi Sasada
2022-05-20
`rb_thread_t::serial` for debug
Koichi Sasada
2021-12-29
`USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL`
Koichi Sasada
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-09-28
lldb: Show encoding of String [ci skip]
Nobuyoshi Nakada
2021-08-24
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-02-24
Revert "Enclose crtitical sections in `thread_exclusive` block"
Nobuyoshi Nakada
2021-02-23
Use the system getenv in setup_debug_log
Nobuyoshi Nakada
2020-12-25
USE_RUBY_DEBUG_LOG is not defined !devel build
Koichi Sasada
2020-12-07
show ractor info on non-single ractor mode
Koichi Sasada
2020-11-18
fix public interface
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-13
ruby_debug_log: suppress warning
卜部昌平
2020-08-02
remove accidentally introduced debug code
Koichi Sasada
2020-08-02
support multiple filters by RUBY_DEBUG_LOG_FILTER
Koichi Sasada
2020-07-03
RUBY_DEBUG_LOG: Logging debug information mechanism (#3279)
Koichi Sasada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-25
More enums are mandatory for rp in lldb_cruby.py
Nobuyoshi Nakada
2020-04-18
RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.py
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/imemo.h rework
卜部昌平
2019-12-05
add additional CF info for CI env
Koichi Sasada
2018-01-09
internal.h: remove dependecy on ruby/io.h
nobu
2017-11-23
debug.c: include RIMemo in ruby_dummy_gdb_enums
nobu
2017-11-02
debug.c: vm call flags
nobu
2017-10-25
debug.c: RSymbol info
nobu
2017-10-24
debug.c: imemo_mask
nobu
2017-07-05
debug.c: add FMODE constants
nobu
2017-06-21
ruby.c: debug options in command line
nobu
2017-06-19
debug.c: rgengc debug option
nobu
2017-06-06
debug.c: fix breaking condtions
nobu
2017-06-06
debug.c: parse locale and filesystem codepages
nobu
2017-06-01
debug.c: more enums
nobu
2017-05-16
enable ruby_w32_codepage on cygwin
nobu
2017-03-31
debug.c: check codepage value [ci skip]
nobu
2017-03-31
RUBY_DEBUG codepage option [ci skip]
nobu
2016-07-25
* debug.c (ruby_debug_printf): use rb_raw_obj_info()
ko1
2015-09-13
ruby.h: add prefix
nobu
2015-05-23
* debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().
ko1
[next]