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
/
misc
/
lldb_cruby.py
Age
Commit message (
Expand
)
Author
2021-10-28
Follow up the RString change [ci skip]
Nobuyoshi Nakada
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-09-29
lldb: Get rid of error at unpreserved encodings [ci skip]
Nobuyoshi Nakada
2021-09-28
lldb: Show encoding of String [ci skip]
Nobuyoshi Nakada
2021-08-25
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-23
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-06-04
lldb_cruby.py: push non-flonum float to history [ci skip]
Nobuyoshi Nakada
2021-06-04
lldb_cruby.py: fix non-flonum float inspection [ci skip]
Nobuyoshi Nakada
2021-05-24
add rb_id2str to lldb debugging scripts
Aaron Patterson
2021-05-06
lldb: convert heap_page_obj_limit from a float to int
Peter Zhu
2021-05-06
lldb: teach rp about T_PAYLOAD
Matt Valentine-House
2021-04-29
lldb: Warn when attempting to dump invalid pages
Matt Valentine-House
2021-04-27
lldb: highlight the slot when using dump_page_rvalue
Matt Valentine-House
2021-04-27
lldb: dump_page_rvalue - dump a heap page containing an RVALUE
Matt Valentine-House
2021-04-27
lldb: Add Freelist Index to dump_page output
Matt Valentine-House
2021-03-16
LLDB: Introduce dump_page helper
Matt Valentine-House
2021-03-16
LLDB: Extract a dump_bits function from rp
Matt Valentine-House
2020-10-14
Mostly recover a Ruby stack trace from a core file
Aaron Patterson
2020-09-28
bit table information when printing an object
Aaron Patterson
2020-09-02
add lldb functions for getting the heap page / heap page body
Aaron Patterson
2020-09-02
support T_MATCH in lldb
Aaron Patterson
2020-08-27
add T_ZOMBIE support to lldb scripts
Aaron Patterson
2020-06-23
lldb_cruby.py: show the sign of Bignum [ci skip]
Nobuyoshi Nakada
2020-05-07
Add T_IMEMO support to lldb
Aaron Patterson
2020-05-07
Add T_MOVED support to lldb
Aaron Patterson
2020-04-26
lldb_cruby.py: fixed empty string dump [ci skip]
Nobuyoshi Nakada
2019-11-25
lldb_cruby.py: improved dump of Symbol
Nobuyoshi Nakada
2019-11-25
lldb_cruby.py: fixed dump of embedded RArray
Nobuyoshi Nakada
2019-10-24
Refined `rp` output [ci skip]
Nobuyoshi Nakada
2019-10-09
lldb_cruby.py: fixed inspecting string [ci skip]
Nobuyoshi Nakada
2019-10-09
lldb_cruby.py: fixed embedded string ptr [ci skip]
Nobuyoshi Nakada
2019-10-03
Resolve unused local variable reported by LGTM
Romain Tartière
2019-09-25
lldb_inspect: removed unnecessary newline and `end` option
Nobuyoshi Nakada
2019-09-24
misc/lldb_cruby.py: update for python3 [ci skip]
Nobuyoshi Nakada
2019-09-24
misc/lldb_cruby.py: removed unused module `commands` [ci skip]
Nobuyoshi Nakada
2019-08-29
Add some NODE information for lldb
Aaron Patterson
2019-05-09
add FROZEN to lldb debug output
Aaron Patterson
2019-04-02
Fix typo in lldb script
tenderlove
2019-04-01
add regex support to lldb debug output
tenderlove
2018-10-20
lldb_cruby.py: T_COMPLEX support [ci skip]
nobu
2018-10-20
lldb_cruby.py: T_RATIONAL support [ci skip]
nobu
2018-10-04
lldb_rp: support Symbol [ci skip]
nobu
2018-10-03
lldb_rp: support T_CLASS,T_MODULE,T_ICLASS [ci skip]
nobu
2018-10-03
lldb_rp: use append_command_output [ci skip]
nobu
2018-10-03
lldb_rp: support more types [ci skip]
nobu
2018-10-03
lldb_rp: fix the order of results [ci skip]
nobu
2018-10-02
lldb_rp: reload debug info if not loaded yet [ci skip]
nobu
[next]