summaryrefslogtreecommitdiff
path: root/misc/lldb_cruby.py
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Move rb_id2str into new LLDB formatMatt Valentine-House2023-03-211-1/+1
* [ci skip] Move rp helper to new LLDB formatMatt Valentine-House2023-03-171-2/+2
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-1/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+1
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-5/+1
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-1/+5
* [ci skip][Feature #18910][lldb] Dedup lldb_initMatt Valentine-House2022-08-181-1/+3
* [ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House2022-08-181-3/+3
* [ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB FrameworkMatt Valentine-House2022-08-181-19/+0
* [ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB frameworkMatt Valentine-House2022-08-181-14/+0
* [ci-skip][Feature #18910][lldb] Provide class framework for lldb commandsMatt Valentine-House2022-08-181-5/+24
* 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