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
/
misc
/
lldb_cruby.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lldb: Warn when attempting to dump invalid pages
Matt Valentine-House
2021-04-29
1
-14
/
+32
*
lldb: highlight the slot when using dump_page_rvalue
Matt Valentine-House
2021-04-27
1
-2
/
+6
*
lldb: dump_page_rvalue - dump a heap page containing an RVALUE
Matt Valentine-House
2021-04-27
1
-10
/
+30
*
lldb: Add Freelist Index to dump_page output
Matt Valentine-House
2021-04-27
1
-12
/
+49
*
LLDB: Introduce dump_page helper
Matt Valentine-House
2021-03-16
1
-0
/
+53
*
LLDB: Extract a dump_bits function from rp
Matt Valentine-House
2021-03-16
1
-14
/
+18
*
Mostly recover a Ruby stack trace from a core file
Aaron Patterson
2020-10-14
1
-0
/
+163
*
bit table information when printing an object
Aaron Patterson
2020-09-28
1
-0
/
+30
*
add lldb functions for getting the heap page / heap page body
Aaron Patterson
2020-09-02
1
-0
/
+40
*
support T_MATCH in lldb
Aaron Patterson
2020-09-02
1
-0
/
+4
*
add T_ZOMBIE support to lldb scripts
Aaron Patterson
2020-08-27
1
-0
/
+4
*
lldb_cruby.py: show the sign of Bignum [ci skip]
Nobuyoshi Nakada
2020-06-23
1
-2
/
+3
*
Add T_IMEMO support to lldb
Aaron Patterson
2020-05-07
1
-0
/
+6
*
Add T_MOVED support to lldb
Aaron Patterson
2020-05-07
1
-0
/
+4
*
lldb_cruby.py: fixed empty string dump [ci skip]
Nobuyoshi Nakada
2020-04-26
1
-1
/
+4
*
lldb_cruby.py: improved dump of Symbol
Nobuyoshi Nakada
2019-11-25
1
-5
/
+10
*
lldb_cruby.py: fixed dump of embedded RArray
Nobuyoshi Nakada
2019-11-25
1
-1
/
+4
*
Refined `rp` output [ci skip]
Nobuyoshi Nakada
2019-10-24
1
-14
/
+15
*
lldb_cruby.py: fixed inspecting string [ci skip]
Nobuyoshi Nakada
2019-10-09
1
-5
/
+2
*
lldb_cruby.py: fixed embedded string ptr [ci skip]
Nobuyoshi Nakada
2019-10-09
1
-1
/
+3
*
Resolve unused local variable reported by LGTM
Romain Tartière
2019-10-03
1
-1
/
+1
*
lldb_inspect: removed unnecessary newline and `end` option
Nobuyoshi Nakada
2019-09-25
1
-3
/
+2
*
misc/lldb_cruby.py: update for python3 [ci skip]
Nobuyoshi Nakada
2019-09-24
1
-35
/
+36
*
misc/lldb_cruby.py: removed unused module `commands` [ci skip]
Nobuyoshi Nakada
2019-09-24
1
-1
/
+0
*
Add some NODE information for lldb
Aaron Patterson
2019-08-29
1
-0
/
+6
*
add FROZEN to lldb debug output
Aaron Patterson
2019-05-09
1
-0
/
+2
*
Fix typo in lldb script
tenderlove
2019-04-02
1
-1
/
+1
*
add regex support to lldb debug output
tenderlove
2019-04-01
1
-0
/
+7
*
lldb_cruby.py: T_COMPLEX support [ci skip]
nobu
2018-10-20
1
-0
/
+12
*
lldb_cruby.py: T_RATIONAL support [ci skip]
nobu
2018-10-20
1
-0
/
+11
*
lldb_rp: support Symbol [ci skip]
nobu
2018-10-04
1
-0
/
+11
*
lldb_rp: support T_CLASS,T_MODULE,T_ICLASS [ci skip]
nobu
2018-10-03
1
-0
/
+4
*
lldb_rp: use append_command_output [ci skip]
nobu
2018-10-03
1
-3
/
+3
*
lldb_rp: support more types [ci skip]
nobu
2018-10-03
1
-0
/
+22
*
lldb_rp: fix the order of results [ci skip]
nobu
2018-10-03
1
-20
/
+28
*
lldb_rp: reload debug info if not loaded yet [ci skip]
nobu
2018-10-02
1
-0
/
+3
*
lldb_cruby.py: T_DATA support [ci skip]
nobu
2018-10-01
1
-0
/
+9
*
Add initial test for lldb extension
naruse
2017-08-03
1
-0
/
+2
*
Port more commands from .gdbinit to lldb
yugui
2017-08-02
1
-0
/
+63
*
debug.c: more enums
nobu
2017-06-01
1
-14
/
+0
*
lldb_cruby.py: eval outside frames
nobu
2017-05-31
1
-2
/
+9
*
lldb_cruby.py: constants from the target
nobu
2017-05-28
1
-87
/
+68
*
Initial commit of LLDB port of debug utility
naruse
2017-05-27
1
-0
/
+138