index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_backtrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add debug context APIs for debuggers (frame depth)
Koichi Sasada
2022-11-25
1
-7
/
+32
*
Fix typos (#6775)
Yudai Takada
2022-11-20
1
-1
/
+1
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-5
/
+7
*
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
1
-2
/
+2
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-08-06
1
-2
/
+4
*
Fix `rb_profile_frames` output includes dummy main thread frame
Ivo Anjo
2022-07-26
1
-0
/
+3
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-193
/
+193
*
Write Thread instead of Threade
Kaíque Kandy Koga
2022-05-12
1
-1
/
+1
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-13
/
+13
*
Avoid unnecessary conditional
Jeremy Evans
2022-03-09
1
-2
/
+4
*
Fix compiler warning for uninitialized variable
Peter Zhu
2022-02-22
1
-1
/
+1
*
Add Thread.each_caller_location
Jeremy Evans
2022-02-17
1
-5
/
+37
*
[DOC] Document Thread::Backtrace.limit
zverok
2021-12-20
1
-1
/
+55
*
Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in eval
Yusuke Endoh
2021-12-19
1
-7
/
+12
*
ast.c: Use kept script_lines data instead of re-opening the source file (#5019)
Yusuke Endoh
2021-10-26
1
-11
/
+11
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-3
/
+3
*
Make backtrace generation work outward from current frame
Jeremy Evans
2021-08-06
1
-295
/
+181
*
Using RBOOL macro
S.H
2021-08-02
1
-6
/
+1
*
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
1
-5
/
+5
*
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
1
-3
/
+66
*
Remove LOCATION_TYPE_ISEQ_CALCED state from Backtrace::Location
Yusuke Endoh
2021-06-18
1
-35
/
+14
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-6
/
+11
*
Ensure that caller respects the start argument
Jeremy Evans
2021-03-24
1
-2
/
+50
*
Fix backtrace to not skip frames with iseq without pc
Jeremy Evans
2021-02-19
1
-7
/
+9
*
Added Thread::Backtrace.limit [Feature #17479]
Nobuyoshi Nakada
2021-02-15
1
-0
/
+8
*
Ignore <internal: entries from core library methods for Kernel#warn(message, ...
Benoit Daloze
2020-10-26
1
-9
/
+49
*
Document difference between Thread::Backtrace::Location#{,absolute_}path
Jeremy Evans
2020-09-23
1
-2
/
+5
*
Improve performance of partial backtraces
Jeremy Evans
2020-08-27
1
-81
/
+155
*
Expose ec -> backtrace (internal) and use it to implement fiber backtrace.
Samuel Williams
2020-08-18
1
-0
/
+10
*
Revert "Improve performance of partial backtraces"
Jeremy Evans
2020-08-12
1
-159
/
+71
*
Improve performance of partial backtraces
Jeremy Evans
2020-08-12
1
-71
/
+159
*
vm_backtrace.c: let rb_profile_frames show cfunc frames
Yusuke Endoh
2020-07-28
1
-4
/
+63
*
Add compaction support for backtrace objects
Aaron Patterson
2020-05-07
1
-4
/
+32
*
Fix rb_profile_frame_classpath to handle module singletons
Jean Boussier
2020-05-07
1
-1
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-5
/
+5
*
Create backtrace location array directly
Nobuyoshi Nakada
2019-12-13
1
-3
/
+3
*
Let the backtrace array constructed in backtrace_collect be initialized with ...
Lourens Naudé
2019-10-29
1
-1
/
+1
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-1
/
+1
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-2
/
+2
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-2
/
+2
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-2
/
+2
*
* expand tabs.
git
2019-08-01
1
-1
/
+1
*
calc_lineno(): add assertions
卜部昌平
2019-08-01
1
-11
/
+28
*
Handle (empty) backtrace when thread is not born yet.
Samuel Williams
2019-06-19
1
-0
/
+6
*
* expand tabs.
svn
2019-03-21
1
-1
/
+1
*
Fix a wrong lineno in backtrace for cfunc
mame
2019-03-21
1
-1
/
+1
*
Make some internal functions static
nobu
2018-11-16
1
-1
/
+1
*
vm_backtrace.c: pos can be zero
shyouhei
2018-11-07
1
-2
/
+12
*
escape all env properly.
ko1
2018-09-21
1
-0
/
+3
*
Revert "Fix use of `rb_profile_frames` start parameter"
tenderlove
2018-04-27
1
-1
/
+2
[next]