summaryrefslogtreecommitdiff
path: root/misc/lldb_disasm.py
Commit message (Expand)AuthorAgeFilesLines
* Get the insns_address_table from the vm_exec_core module table...Matt Valentine-House2022-07-141-2/+11
* Update lldb helper for iseq disassembly to use correct var nameJemma Issroff2022-05-041-1/+1
* Fix up global name references in misc/lldb_disasm.pyAaron Patterson2022-04-011-4/+4
* Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff2022-02-021-0/+2
* Fix typosNobuyoshi Nakada2021-11-021-2/+2
* Fix lldb disassembler so it works with core filesAaron Patterson2020-10-081-24/+66
* Rudimentary support for disassembling rb_iseq_tAaron Patterson2020-09-221-0/+197