summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
5 daysGet rid of FL_EXIVARJean Boussier
6 daysSupress a few more tsan errorsJohn Hawthorn
2025-05-20Add two more TSan suppressionsJohn Hawthorn
2025-05-20Use atomic load for signal buff sizeJohn Hawthorn
2025-05-20Use atomic load to read interrupt maskJohn Hawthorn
2025-05-15Use atomics for system_working globalJohn Hawthorn
2025-05-13Add misc/tsan_suppressions.txtJohn Hawthorn
2025-04-15Always look for the top-level RBasic in LLDB scriptsÉtienne Barrié
2025-04-15Fix LLDB heap_page commandÉtienne Barrié
2025-04-08Fix lldb debug scripts (#13048)Eileen
2025-03-28Remove RUBY_FL_PROMOTED{0,1} from debugger scriptsÉtienne Barrié
2025-02-12Fix .vscode/settings.json for the latest extensionTakashi Kokubun
2024-10-17ruby-style.el: Minimize backslash columns [ci skip]Nobuyoshi Nakada
2024-10-03Rename size_pool -> heapMatt Valentine-House
2024-09-20Add c-style for prism [ci skip]Nobuyoshi Nakada
2024-06-02Make interchangeable NODE types aliasesNobuyoshi Nakada
2024-05-28lldb: Show coderangeNobuyoshi Nakada
2024-05-16Fix dump of NODE [ci skip]Nobuyoshi Nakada
2024-04-04NODE_LIT is not used anymoreyui-knk
2024-03-25Show the chilled status of a String [ci skip]Nobuyoshi Nakada
2024-03-14YJIT: Let yjit_perf.py support perf with Python disabled (#10246)Takashi Kokubun
2024-02-21Introduce NODE_REGX to manage regexp literalyui-knk
2024-02-20[Feature #20257] Rearchitect Ripperyui-knk
2024-02-14YJIT: Add --yjit-perf=codegen option (#9957)Takashi Kokubun
2024-01-08Remove obsoleted lldb_yjit.pyTakashi Kokubun
2024-01-02Introduce NODE_FILEyui-knk
2024-01-02LLDB: Print actual node structure of NODE_LINEyui-knk
2023-12-11YJIT: implement call fuzzer script (#9129)Maxime Chevalier-Boisvert
2023-12-06Fix RCLASS_EXT dump [ci skip]Nobuyoshi Nakada
2023-10-31LLDB: Dump table structs in Hash [ci skip]Nobuyoshi Nakada
2023-10-25LLDB: Use `expression` to save the result into the history [ci skip]Nobuyoshi Nakada
2023-10-10LLDB: Print actual node structure [ci skip]yui-knk
2023-09-30Fix RBignum print [ci skip]Nobuyoshi Nakada
2023-09-30Fix RArray print [ci skip]Nobuyoshi Nakada
2023-09-30Delete empty lines at EOF [ci skip]Nobuyoshi Nakada
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