aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Make interchangeable NODE types aliasesNobuyoshi Nakada2024-06-021-105/+105
* lldb: Show coderangeNobuyoshi Nakada2024-05-281-0/+10
* Fix dump of NODE [ci skip]Nobuyoshi Nakada2024-05-161-221/+230
* NODE_LIT is not used anymoreyui-knk2024-04-041-2/+0
* Show the chilled status of a String [ci skip]Nobuyoshi Nakada2024-03-251-0/+4
* YJIT: Let yjit_perf.py support perf with Python disabled (#10246)Takashi Kokubun2024-03-141-6/+26
* Introduce NODE_REGX to manage regexp literalyui-knk2024-02-211-0/+2
* [Feature #20257] Rearchitect Ripperyui-knk2024-02-201-4/+0
* YJIT: Add --yjit-perf=codegen option (#9957)Takashi Kokubun2024-02-141-0/+96
* Remove obsoleted lldb_yjit.pyTakashi Kokubun2024-01-081-47/+0
* Introduce NODE_FILEyui-knk2024-01-021-0/+2
* LLDB: Print actual node structure of NODE_LINEyui-knk2024-01-021-0/+2
* YJIT: implement call fuzzer script (#9129)Maxime Chevalier-Boisvert2023-12-112-0/+385
* Fix RCLASS_EXT dump [ci skip]Nobuyoshi Nakada2023-12-061-1/+1
* LLDB: Dump table structs in Hash [ci skip]Nobuyoshi Nakada2023-10-311-1/+6
* LLDB: Use `expression` to save the result into the history [ci skip]Nobuyoshi Nakada2023-10-253-162/+160
* LLDB: Print actual node structure [ci skip]yui-knk2023-10-101-1/+211
* Fix RBignum print [ci skip]Nobuyoshi Nakada2023-09-302-6/+5
* Fix RArray print [ci skip]Nobuyoshi Nakada2023-09-302-4/+8
* Delete empty lines at EOF [ci skip]Nobuyoshi Nakada2023-09-305-7/+0
* Fix string2cstr in lldb_cruby.py [ci skip]Peter Zhu2023-08-291-2/+1
* Fix gdb.py for C frames [ci skip]Takashi Kokubun2023-08-231-2/+3
* gdb.py: Support dumping a dummy frame [ci skip]Takashi Kokubun2023-08-031-10/+13
* * remove trailing spaces. [ci skip]git2023-08-021-3/+3
* gdb.py: Add -a option to dump all frames [ci skip]Takashi Kokubun2023-08-021-16/+27
* gdb.py: Print Env based on EP instead of BPTakashi Kokubun2023-08-021-5/+23
* misc/gdb.py: Allow overriding stack_size [ci skip]Takashi Kokubun2023-07-201-8/+26
* Get rid of obsoleted __bp__ referencesTakashi Kokubun2023-07-201-5/+5
* Add ruby_globals to lldb for easier debugging (#8041)Jemma Issroff2023-07-071-0/+1
* `RString::len` was moved at 7577c101ed6452de3e72fadb43db595946acc701Nobuyoshi Nakada2023-06-111-2/+1
* Add an example for rust-analyzer.cargo.unsetTest [ci skip]Takashi Kokubun2023-06-051-0/+3
* LLDB: Fix T_ARRAY inspect [ci skip]Nobuyoshi Nakada2023-04-101-2/+2
* gdb: Fix a command exampleTakashi Kokubun2023-04-011-1/+1
* gdb: Fix specvalTakashi Kokubun2023-04-011-3/+4
* gdb: Don't dump params and locals for C framesTakashi Kokubun2023-04-011-11/+12
* gdb: Visualize register positions on the leftTakashi Kokubun2023-03-311-1/+14
* gdb: Always show actual values in cfpTakashi Kokubun2023-03-311-5/+7
* gdb: Show params and locals in cfpTakashi Kokubun2023-03-311-1/+12
* gdb: Dump env data in cfp commandTakashi Kokubun2023-03-311-3/+72
* Put misc/gdb.py [experimental]Takashi Kokubun2023-03-311-0/+33
* [ci skip] LLDB: Fix rp for arraysMatt Valentine-House2023-03-301-3/+3
* Fix missing receiver [ci sip]Nobuyoshi Nakada2023-03-311-1/+1
* [ci skip] Move rb_id2str into new LLDB formatMatt Valentine-House2023-03-212-1/+50
* * remove trailing spaces. [ci skip]git2023-03-172-11/+11
* [ci skip] Move rp helper to new LLDB formatMatt Valentine-House2023-03-177-16/+455
* [lldb] Add a print_flags command (#7358)Matt Valentine-House2023-02-222-3/+33
* Tell VSCode to debug test.rb by default [ci-skip]Matt Valentine-House2023-02-101-1/+1
* Put example VSCode configs in misc/.vscode [ci skip]Takashi Kokubun2023-02-034-0/+33
* Ivar copy needs to happen _before_ setting the shapeAaron Patterson2022-11-011-2/+2
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+1