aboutsummaryrefslogtreecommitdiffstats
path: root/vm_backtrace.c
Commit message (Expand)AuthorAgeFilesLines
* Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh2021-12-191-7/+12
* ast.c: Use kept script_lines data instead of re-opening the source file (#5019)Yusuke Endoh2021-10-261-11/+11
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-3/+3
* Make backtrace generation work outward from current frameJeremy Evans2021-08-061-295/+181
* Using RBOOL macroS.H2021-08-021-6/+1
* Enable USE_ISEQ_NODE_ID by defaultYusuke Endoh2021-06-181-5/+5
* Make it possible to get AST::Node from Thread::Backtrace::LocationYusuke Endoh2021-06-181-3/+66
* Remove LOCATION_TYPE_ISEQ_CALCED state from Backtrace::LocationYusuke Endoh2021-06-181-35/+14
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-6/+11
* Ensure that caller respects the start argumentJeremy Evans2021-03-241-2/+50
* Fix backtrace to not skip frames with iseq without pcJeremy Evans2021-02-191-7/+9
* Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-151-0/+8
* Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze2020-10-261-9/+49
* Document difference between Thread::Backtrace::Location#{,absolute_}pathJeremy Evans2020-09-231-2/+5
* Improve performance of partial backtracesJeremy Evans2020-08-271-81/+155
* Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams2020-08-181-0/+10
* Revert "Improve performance of partial backtraces"Jeremy Evans2020-08-121-159/+71
* Improve performance of partial backtracesJeremy Evans2020-08-121-71/+159
* vm_backtrace.c: let rb_profile_frames show cfunc framesYusuke Endoh2020-07-281-4/+63
* Add compaction support for backtrace objectsAaron Patterson2020-05-071-4/+32
* Fix rb_profile_frame_classpath to handle module singletonsJean Boussier2020-05-071-1/+1
* decouple internal.h headers卜部昌平2019-12-261-5/+5
* Create backtrace location array directlyNobuyoshi Nakada2019-12-131-3/+3
* Let the backtrace array constructed in backtrace_collect be initialized with ...Lourens Naudé2019-10-291-1/+1
* avoid overflow in integer multiplication卜部昌平2019-10-091-1/+1
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-031-2/+2
* refactor constify most of rb_method_entry_t卜部昌平2019-09-301-2/+2
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-2/+2
* * expand tabs.git2019-08-011-1/+1
* calc_lineno(): add assertions卜部昌平2019-08-011-11/+28
* Handle (empty) backtrace when thread is not born yet.Samuel Williams2019-06-191-0/+6
* * expand tabs.svn2019-03-211-1/+1
* Fix a wrong lineno in backtrace for cfuncmame2019-03-211-1/+1
* Make some internal functions staticnobu2018-11-161-1/+1
* vm_backtrace.c: pos can be zeroshyouhei2018-11-071-2/+12
* escape all env properly.ko12018-09-211-0/+3
* Revert "Fix use of `rb_profile_frames` start parameter"tenderlove2018-04-271-1/+2
* Fix use of `rb_profile_frames` start parametertenderlove2018-04-261-2/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-2/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko12017-12-061-1/+1
* make a func static.ko12017-11-161-2/+2
* remove `trace` instruction. [Feature #14104]ko12017-11-141-1/+8
* Fix a typo [ci skip]kazu2017-11-101-1/+1
* refactoring about source line.ko12017-11-101-1/+3
* fix backtrace on argment error.ko12017-11-091-0/+19
* * vm_backtrace.c (rb_debug_inspector_t): `th` -> `ec`.ko12017-11-071-11/+11
* use `GET_VM()` directly.ko12017-10-291-5/+2
* `th` -> `ec` for backtrace functions.ko12017-10-281-13/+13
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-1/+1