aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lldb_cruby.py
Commit message (Expand)AuthorAgeFilesLines
* fix lldb scripts on older lldb pythonAaron Patterson2022-07-061-1/+3
* Add T_STRUCT to lldb inspect helperJemma Issroff2022-06-211-0/+4
* [ci skip][lldb] Fix array length representation with USING_RVARGCMatt Valentine-House2022-06-171-2/+2
* [ci skip] [lldb] Ensure rbbt has loaded the globalsMatt Valentine-House2022-06-151-0/+2
* [ci skip] Print the rb_classext_t for a class, using an offsetMatt Valentine-House2022-06-151-0/+19
* Add imemo types to global namespace in lldb helpersJemma Issroff2022-06-151-0/+6
* Add more information to lldb dump_page helperJemma Issroff2022-05-271-2/+6
* Make heap page sizes 64KiB by defaultPeter Zhu2022-04-041-4/+1
* [lldb] Handle MacOS 64Kb heap pages in the lldb helpersMatt Valentine-House2022-01-261-1/+6
* lldb_cruby.py: support RVARGC on T_CLASS [ci skip]Nobuyoshi Nakada2022-01-171-0/+3
* Update lldb_cruby.py for VWA stringsPeter Zhu2022-01-061-2/+1
* 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