summaryrefslogtreecommitdiffstats
path: root/vm_debug.h (follow)
Commit message (Expand)AuthorAgeLines
* `USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL`Koichi Sasada2021-12-29-13/+2
* Suppress undef warnings for USE_RUBY_DEBUG_LOGNobuyoshi Nakada2021-12-25-1/+1
* Define fallback RUBY_DEVEL to suppress undef warningsNobuyoshi Nakada2021-12-25-0/+4
* Stop including node.h from vm_debug.h only for `NODE`Nobuyoshi Nakada2021-11-21-2/+3
* Use `RUBY_FUNCTION_NAME_STRING` for old Visual C++Nobuyoshi Nakada2021-10-20-5/+7
* Ensure the format argument of RUBY_DEBUG_LOG is a string literalNobuyoshi Nakada2021-10-20-3/+3
* Supress `warning: data argument not used by format string [-Wformat-extra-args]`Kazuhiro NISHIYAMA2021-10-20-7/+7
* suppress GCC's -Wsuggest-attribute=format卜部昌平2021-09-10-0/+1
* support multiple filters by RUBY_DEBUG_LOG_FILTERKoichi Sasada2020-08-02-2/+12
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-07-09-2/+2
* RUBY_DEBUG_LOG: Logging debug information mechanism (#3279)Koichi Sasada2020-07-03-0/+73
* add #include guard hack卜部昌平2020-04-13-3/+2
* add rp() and bp() in internal.h.Koichi Sasada2019-08-09-3/+0
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-05-6/+2
* * include/ruby/debug.h: introdudced.ko12012-11-20-0/+41