aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lldb_cruby.py
Commit message (Expand)AuthorAgeFilesLines
* Follow up the RString change [ci skip]Nobuyoshi Nakada2021-10-281-2/+1
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-1/+2
* lldb: Get rid of error at unpreserved encodings [ci skip]Nobuyoshi Nakada2021-09-291-1/+5
* lldb: Show encoding of String [ci skip]Nobuyoshi Nakada2021-09-281-0/+2
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-251-3/+4
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-251-3/+0
* Revert "[Feature #18045] Implement size classes for GC"Peter Zhu2021-08-231-4/+6
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-231-3/+4
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-231-3/+0
* lldb_cruby.py: push non-flonum float to history [ci skip]Nobuyoshi Nakada2021-06-041-3/+1
* lldb_cruby.py: fix non-flonum float inspection [ci skip]Nobuyoshi Nakada2021-06-041-1/+1
* add rb_id2str to lldb debugging scriptsAaron Patterson2021-05-241-0/+46
* lldb: convert heap_page_obj_limit from a float to intPeter Zhu2021-05-061-5/+2
* lldb: teach rp about T_PAYLOADMatt Valentine-House2021-05-061-0/+3
* lldb: Warn when attempting to dump invalid pagesMatt Valentine-House2021-04-291-14/+32
* lldb: highlight the slot when using dump_page_rvalueMatt Valentine-House2021-04-271-2/+6
* lldb: dump_page_rvalue - dump a heap page containing an RVALUEMatt Valentine-House2021-04-271-10/+30
* lldb: Add Freelist Index to dump_page outputMatt Valentine-House2021-04-271-12/+49
* LLDB: Introduce dump_page helperMatt Valentine-House2021-03-161-0/+53
* LLDB: Extract a dump_bits function from rpMatt Valentine-House2021-03-161-14/+18
* Mostly recover a Ruby stack trace from a core fileAaron Patterson2020-10-141-0/+163
* bit table information when printing an objectAaron Patterson2020-09-281-0/+30
* add lldb functions for getting the heap page / heap page bodyAaron Patterson2020-09-021-0/+40
* support T_MATCH in lldbAaron Patterson2020-09-021-0/+4
* add T_ZOMBIE support to lldb scriptsAaron Patterson2020-08-271-0/+4
* lldb_cruby.py: show the sign of Bignum [ci skip]Nobuyoshi Nakada2020-06-231-2/+3
* Add T_IMEMO support to lldbAaron Patterson2020-05-071-0/+6
* Add T_MOVED support to lldbAaron Patterson2020-05-071-0/+4
* lldb_cruby.py: fixed empty string dump [ci skip]Nobuyoshi Nakada2020-04-261-1/+4
* lldb_cruby.py: improved dump of SymbolNobuyoshi Nakada2019-11-251-5/+10
* lldb_cruby.py: fixed dump of embedded RArrayNobuyoshi Nakada2019-11-251-1/+4
* Refined `rp` output [ci skip]Nobuyoshi Nakada2019-10-241-14/+15
* lldb_cruby.py: fixed inspecting string [ci skip]Nobuyoshi Nakada2019-10-091-5/+2
* lldb_cruby.py: fixed embedded string ptr [ci skip]Nobuyoshi Nakada2019-10-091-1/+3
* Resolve unused local variable reported by LGTMRomain Tartière2019-10-031-1/+1
* lldb_inspect: removed unnecessary newline and `end` optionNobuyoshi Nakada2019-09-251-3/+2
* misc/lldb_cruby.py: update for python3 [ci skip]Nobuyoshi Nakada2019-09-241-35/+36
* misc/lldb_cruby.py: removed unused module `commands` [ci skip]Nobuyoshi Nakada2019-09-241-1/+0
* Add some NODE information for lldbAaron Patterson2019-08-291-0/+6
* add FROZEN to lldb debug outputAaron Patterson2019-05-091-0/+2
* Fix typo in lldb scripttenderlove2019-04-021-1/+1
* add regex support to lldb debug outputtenderlove2019-04-011-0/+7
* lldb_cruby.py: T_COMPLEX support [ci skip]nobu2018-10-201-0/+12
* lldb_cruby.py: T_RATIONAL support [ci skip]nobu2018-10-201-0/+11
* lldb_rp: support Symbol [ci skip]nobu2018-10-041-0/+11
* lldb_rp: support T_CLASS,T_MODULE,T_ICLASS [ci skip]nobu2018-10-031-0/+4
* lldb_rp: use append_command_output [ci skip]nobu2018-10-031-3/+3
* lldb_rp: support more types [ci skip]nobu2018-10-031-0/+22
* lldb_rp: fix the order of results [ci skip]nobu2018-10-031-20/+28
* lldb_rp: reload debug info if not loaded yet [ci skip]nobu2018-10-021-0/+3