index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_backtrace.c
Age
Commit message (
Expand
)
Author
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-04-17
[Feature #20335] `Thread.each_caller_location` arguments
Nobuyoshi Nakada
2024-04-15
show warning for unused block
Koichi Sasada
2024-03-26
Don't set RUBY_TYPED_EMBEDDABLE flag on backtrace
Peter Zhu
2024-03-26
Mark frame info structs with rb_gc_mark_movable
Gannon McGibbon
2024-03-25
Let the docs of base_label and label be similar
Xavier Noria
2024-03-25
Update vm_backtrace.c
Xavier Noria
2024-03-25
Add an example to base_label API
Xavier Noria
2024-03-22
[Feature #20275] Remove extra backtrace entries for rescue and ensure
Benoit Daloze
2024-03-14
`Exception#set_backtrace` accept arrays of `Backtrace::Location`
Jean Boussier
2024-03-06
Refactor VM root modules
Jean Boussier
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-02-15
Do not show an anonymous class as a receiver
Yusuke Endoh
2024-02-15
Show the method owner in backtraces
Yusuke Endoh
2024-02-15
Let Thread::Backtrace::Location have a method entry
Yusuke Endoh
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2023-12-28
Fix use of the rb_profile_frames start parameter
Dylan Thacker-Smith
2023-12-21
Make rb_profile_frames return 0 for NULL ec
John Hawthorn
2023-11-21
Get rid of useless dsize functions
Jean Boussier
2023-11-20
Embed Thread::Backtrace::Location into Thread::Backtrace
Étienne Barrié
2023-11-10
Embed Backtrace objects
Jean Boussier
2023-11-10
Embed Backtrace::Location objects
Jean Boussier
2023-10-31
[Feature #10602] Add new API rb_profile_thread_frames()
Daisuke Aritomo
2023-09-25
Dump backtraces to an arbitrary stream
Nobuyoshi Nakada
2023-09-15
Return line 0 for JIT frames
Aaron Patterson
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
2023-03-23
Suppress -Wsign-compare warning
Nobuyoshi Nakada
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-15
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-07
Use write barriers for Backtrace objects
John Hawthorn
2023-02-03
Implement Write Barrier for Backtrace::Location
Jean Boussier
2023-01-12
Return 0 if there is no CFP on the EC yet
Aaron Patterson
2022-11-25
add debug context APIs for debuggers (frame depth)
Koichi Sasada
2022-11-20
Fix typos (#6775)
Yudai Takada
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-08-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-26
Fix `rb_profile_frames` output includes dummy main thread frame
Ivo Anjo
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-05-12
Write Thread instead of Threade
Kaíque Kandy Koga
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-03-09
Avoid unnecessary conditional
Jeremy Evans
2022-02-22
Fix compiler warning for uninitialized variable
Peter Zhu
2022-02-17
Add Thread.each_caller_location
Jeremy Evans
2021-12-20
[DOC] Document Thread::Backtrace.limit
zverok
2021-12-19
Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in eval
Yusuke Endoh
2021-10-26
ast.c: Use kept script_lines data instead of re-opening the source file (#5019)
Yusuke Endoh
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-08-06
Make backtrace generation work outward from current frame
Jeremy Evans
2021-08-02
Using RBOOL macro
S.H
[next]