summaryrefslogtreecommitdiff
path: root/vm_backtrace.c
AgeCommit message (Expand)Author
2022-03-24Add ISEQ_BODY macroPeter Zhu
2022-03-09Avoid unnecessary conditionalJeremy Evans
2022-02-22Fix compiler warning for uninitialized variablePeter Zhu
2022-02-17Add Thread.each_caller_locationJeremy Evans
2021-12-20[DOC] Document Thread::Backtrace.limitzverok
2021-12-19Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh
2021-10-26ast.c: Use kept script_lines data instead of re-opening the source file (#5019)Yusuke Endoh
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-08-06Make backtrace generation work outward from current frameJeremy Evans
2021-08-02Using RBOOL macroS.H
2021-06-18Enable USE_ISEQ_NODE_ID by defaultYusuke Endoh
2021-06-18Make it possible to get AST::Node from Thread::Backtrace::LocationYusuke Endoh
2021-06-18Remove LOCATION_TYPE_ISEQ_CALCED state from Backtrace::LocationYusuke Endoh
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-03-24Ensure that caller respects the start argumentJeremy Evans
2021-02-19Fix backtrace to not skip frames with iseq without pcJeremy Evans
2021-02-15Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada
2020-10-26Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze
2020-09-23Document difference between Thread::Backtrace::Location#{,absolute_}pathJeremy Evans
2020-08-27Improve performance of partial backtracesJeremy Evans
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-08-12Revert "Improve performance of partial backtraces"Jeremy Evans
2020-08-12Improve performance of partial backtracesJeremy Evans
2020-07-28vm_backtrace.c: let rb_profile_frames show cfunc framesYusuke Endoh
2020-05-07Add compaction support for backtrace objectsAaron Patterson
2020-05-07Fix rb_profile_frame_classpath to handle module singletonsJean Boussier
2019-12-26decouple internal.h headers卜部昌平
2019-12-13Create backtrace location array directlyNobuyoshi Nakada
2019-10-29Let the backtrace array constructed in backtrace_collect be initialized with ...Lourens Naudé
2019-10-09avoid overflow in integer multiplication卜部昌平
2019-10-03Revert https://github.com/ruby/ruby/pull/2486卜部昌平
2019-09-30refactor constify most of rb_method_entry_t卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-01* expand tabs.git
2019-08-01calc_lineno(): add assertions卜部昌平
2019-06-19Handle (empty) backtrace when thread is not born yet.Samuel Williams
2019-03-21* expand tabs.svn
2019-03-21Fix a wrong lineno in backtrace for cfuncmame
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