summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2023-08-29Fix string2cstr in lldb_cruby.py [ci skip]Peter Zhu
2023-08-23Fix gdb.py for C frames [ci skip]Takashi Kokubun
2023-08-03gdb.py: Support dumping a dummy frame [ci skip]Takashi Kokubun
2023-08-02* remove trailing spaces. [ci skip]git
2023-08-02gdb.py: Add -a option to dump all frames [ci skip]Takashi Kokubun
2023-08-02gdb.py: Print Env based on EP instead of BPTakashi Kokubun
2023-07-20misc/gdb.py: Allow overriding stack_size [ci skip]Takashi Kokubun
2023-07-20Get rid of obsoleted __bp__ referencesTakashi Kokubun
2023-07-07Add ruby_globals to lldb for easier debugging (#8041)Jemma Issroff
2023-06-11`RString::len` was moved at 7577c101ed6452de3e72fadb43db595946acc701Nobuyoshi Nakada
2023-06-05Add an example for rust-analyzer.cargo.unsetTest [ci skip]Takashi Kokubun
2023-04-10LLDB: Fix T_ARRAY inspect [ci skip]Nobuyoshi Nakada
2023-04-01gdb: Fix a command exampleTakashi Kokubun
2023-04-01gdb: Fix specvalTakashi Kokubun
2023-04-01gdb: Don't dump params and locals for C framesTakashi Kokubun
2023-03-31gdb: Visualize register positions on the leftTakashi Kokubun
2023-03-31gdb: Always show actual values in cfpTakashi Kokubun
2023-03-31gdb: Show params and locals in cfpTakashi Kokubun
2023-03-31gdb: Dump env data in cfp commandTakashi Kokubun
2023-03-31Put misc/gdb.py [experimental]Takashi Kokubun
2023-03-30[ci skip] LLDB: Fix rp for arraysMatt Valentine-House
2023-03-31Fix missing receiver [ci sip]Nobuyoshi Nakada
2023-03-21[ci skip] Move rb_id2str into new LLDB formatMatt Valentine-House
2023-03-17* remove trailing spaces. [ci skip]git
2023-03-17[ci skip] Move rp helper to new LLDB formatMatt Valentine-House
2023-02-22[lldb] Add a print_flags command (#7358)Matt Valentine-House
2023-02-10Tell VSCode to debug test.rb by default [ci-skip]Matt Valentine-House
2023-02-03Put example VSCode configs in misc/.vscode [ci skip]Takashi Kokubun
2022-11-01Ivar copy needs to happen _before_ setting the shapeAaron Patterson
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-08-19Write interface instead of interfactKaĆ­que Kandy Koga
2022-08-19* remove trailing spaces. [ci skip]git
2022-08-18[ci skip][Feature #18910][lldb] Dedup lldb_initMatt Valentine-House
2022-08-18[ci-skip][Feature #18910][lldb] New directory structureMatt Valentine-House
2022-08-18[ci-skip][Feature #18910][lldb] Port rclass_ext to new LLDB FrameworkMatt Valentine-House
2022-08-18[ci-skip][Feature #18910][lldb] Port heap_page command to new LLDB frameworkMatt Valentine-House
2022-08-18[ci-skip][Feature #18910][lldb] Provide class framework for lldb commandsMatt Valentine-House
2022-07-14Get the insns_address_table from the vm_exec_core module table...Matt Valentine-House
2022-07-06fix lldb scripts on older lldb pythonAaron Patterson
2022-06-21Add T_STRUCT to lldb inspect helperJemma Issroff
2022-06-17[ci skip][lldb] Fix array length representation with USING_RVARGCMatt Valentine-House
2022-06-15[ci skip] [lldb] Ensure rbbt has loaded the globalsMatt Valentine-House
2022-06-15[ci skip] Print the rb_classext_t for a class, using an offsetMatt Valentine-House
2022-06-15Add imemo types to global namespace in lldb helpersJemma Issroff
2022-05-27Add more information to lldb dump_page helperJemma Issroff
2022-05-04Update lldb helper for iseq disassembly to use correct var nameJemma Issroff