aboutsummaryrefslogtreecommitdiffstats
path: root/vm_debug.h
Commit message (Expand)AuthorAgeFilesLines
* Allow `RUBY_DEBUG_LOG` format to be emptyNobuyoshi Nakada2022-08-061-0/+9
* `RUBY_DEBUG_LOG2` should filter against the given `file`Nobuyoshi Nakada2022-07-281-1/+1
* Fix compile errorKazuhiro NISHIYAMA2022-06-091-5/+5
* `USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL`Koichi Sasada2021-12-291-13/+2
* Suppress undef warnings for USE_RUBY_DEBUG_LOGNobuyoshi Nakada2021-12-251-1/+1
* Define fallback RUBY_DEVEL to suppress undef warningsNobuyoshi Nakada2021-12-251-0/+4
* Stop including node.h from vm_debug.h only for `NODE`Nobuyoshi Nakada2021-11-211-2/+3
* Use `RUBY_FUNCTION_NAME_STRING` for old Visual C++Nobuyoshi Nakada2021-10-201-5/+7
* Ensure the format argument of RUBY_DEBUG_LOG is a string literalNobuyoshi Nakada2021-10-201-3/+3
* Supress `warning: data argument not used by format string [-Wformat-extra-args]`Kazuhiro NISHIYAMA2021-10-201-7/+7
* suppress GCC's -Wsuggest-attribute=format卜部昌平2021-09-101-0/+1
* support multiple filters by RUBY_DEBUG_LOG_FILTERKoichi Sasada2020-08-021-2/+12
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-07-091-2/+2
* RUBY_DEBUG_LOG: Logging debug information mechanism (#3279)Koichi Sasada2020-07-031-0/+73
* add #include guard hack卜部昌平2020-04-131-3/+2
* add rp() and bp() in internal.h.Koichi Sasada2019-08-091-3/+0
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+2
* * include/ruby/debug.h: introdudced.ko12012-11-201-0/+41