ruby-debug / debase

BSD 2-Clause "Simplified" License
209 stars 32 forks source link

wrapper for thread->cfp for new ruby versions #45

Closed ViugiNick closed 7 years ago

ViugiNick commented 7 years ago

In the newest ruby versions some rb_thread_t properties were wrapped into a rb_execution_context_t structure(cfp is one of them) https://github.com/ruby/ruby/commit/9d09240d9e329bbe5a8168dd850f5bb3549fbaa9

valich commented 7 years ago

Slight refactoring to this PR is pushed to master. Thanks.