summaryrefslogtreecommitdiff
path: root/vm_backtrace.c
AgeCommit message (Expand)Author
2018-11-16Make some internal functions staticnobu
2018-11-07vm_backtrace.c: pos can be zeroshyouhei
2018-09-21escape all env properly.ko1
2018-04-27Revert "Fix use of `rb_profile_frames` start parameter"tenderlove
2018-04-26Fix use of `rb_profile_frames` start parametertenderlove
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-06remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko1
2017-11-16make a func static.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-10Fix a typo [ci skip]kazu
2017-11-10refactoring about source line.ko1
2017-11-09fix backtrace on argment error.ko1
2017-11-07* vm_backtrace.c (rb_debug_inspector_t): `th` -> `ec`.ko1
2017-10-29use `GET_VM()` directly.ko1
2017-10-28`th` -> `ec` for backtrace functions.ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26backtrace_each() accepts `ec` instead of `th`.ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-06-28introduce rb_thread_ptr() to replace GetThreadPtr().ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-25load.c: backtrace of circular requirenobu
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-09-16 * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-05-05use TH_JUMP_TAGnobu
2016-04-11* vm_backtrace.c (frame2klass): filter only for imemo_ment.ko1
2015-12-21vm_backtrace.c: ignore ifunc framesnobu
2015-11-29version.c: remove ruby_engine_namenobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-07* vm_backtrace.c: remove debug flag introduced accidentaly.ko1
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-04-14vm_backtrace.c: use rb_id2strnobu
2014-12-01use 0 for reservednobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-18* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj
2014-10-16* vm_backtrace.c (id2str): Fix a variable name.akr
2014-10-15vm_backtrace.c: fix unknown ID namenobu
2014-10-15vm_backtrace.c: unknown name methodnobu
2014-09-13simplify some trivial rb_data_type_t callbacksnormal
2014-06-18constify parametersnobu
2014-01-24vm_backtrace.c: initialize flagnobu