Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed[JSC][WASM][Debugger] Fix STW deadlocks when VM blocks in memory.atomic.wait or WebCore operations
Show description for da1f31bcommitted
Commits on May 4, 2026
[JSC][WASM][Debugger] Use VMIdentifier as stable per-VM thread ID for GDB RSP replies
Show description for f475b7acommitted
Commits on May 2, 2026
[JSC] Fix wasm type parsing regression by making RTT formal canonicalized types
Show description for 103a40acommitted
Commits on Apr 27, 2026
[Build Speed] Fix compilation issues in JSC headers
Show description for d4029d5committed
Commits on Apr 21, 2026
[JSC][WASM][Debugger] Fix DebugServer::reset() deadlock on reconnect after detach
Show description for f45de3acommitted
Commits on Apr 20, 2026
[JSC][WASM][Debugger] Fix null stopData crash for StackOverflow/Termination traps
Show description for bdb1b12committed[JSC][WASM][Debugger] Remove DebugServer::stop() and State enum
Show description for 13c5aedcommittedUnreviewed, use UncheckedKeyHashMap / UncheckedKeyHashSet
Show description for 3d242bccommitted
Commits on Apr 18, 2026
[JSC][WASM][Debugger] Fix ordering bugs in DebugServer::reset() and ExecutionHandler::reset()
Show description for 7d074ddcommitted
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Apr 16, 2026
[JSC][WASM][Debugger] Fix library:; sent before debugger is ready and update stop description pattern in tests
Show description for 0c340a7committed[JSC] Remove PL from IPInt
Show description for f6f27b7committed[Wasm] Unify IPInt's prepare_call and prepare_call_indirect paths
Show description for c888ae4committed
Commits on Apr 15, 2026
[JSC][WASM][Debugger] Fix WasmDebugger RWI lifecycle: init ordering, cache handling, and process exit
Show description for 953faeecommitted[JSC][WASM][Debugger] Unify library:; notifications and move module debug name into ModuleDebugInfo
Show description for de5a7d7committed
Commits on Apr 10, 2026
[JSC][WASM][Debugger] Generate meaningful module names from name section and source URL
Show description for 8cb887dcommitted[JSC][WASM][Debugger] Fix DebugState incorrectly reporting VM as stopped during non-debugger VM traps
Show description for adf99e0committed
Commits on Apr 9, 2026
[JSC][WASM][Debugger] WasmDebuggerDebuggable should report the WebContent process URL for LLDB process listing
Show description for 52b4984committedUnreviewed, reverting 310853@main (598cf71bca5d)
Show description for 385569bcommitted[JSC] Fix testwasmdebugger ATP build - Private headers and codesign failure for testapiScripts
Show description for 598cf71committed[JSC][WASM][Debugger] Fix active thread selection in multi-VM stops and add step tests
Show description for 121f967committed[JSC][WASM][Debugger] Notify LLDB when a new WebAssembly module is dynamically instantiated
Show description for 348694ccommitted
Commits on Apr 6, 2026
[JSC][WASM][Debugger] Fix SystemCall test and update documentation
Show description for ad5fa4ecommitted
Commits on Apr 2, 2026
[JSC][WASM][Debugger] Extend WASM debugger trap interception to all IPInt exception sites
Show description for 6fa6040committed
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 28, 2026
[JSC][WASM][Debugger] Implement WASM debugger memory write support
Show description for 91edef5committed
Commits on Mar 27, 2026
[JSC][WASM][Debugger] Make the WASM debugger stop at unreachable traps
Show description for 2f3246acommitted
Commits on Mar 26, 2026
[JSC][WASM][Debugger] Fix WASM debugger stop-the-world races during VM construction and destruction
Show description for d6d27c0committed
Commits on Mar 24, 2026
[JSC][WASM][Debugger] Implement qWasmGlobal GDB remote packet handler
Show description for 875e3a5committedAdd wasm multimemory support to base instructions
Show description for 4ac3b92authored andcommitted[JSC][WASM][Debugger] Support reading locals from parent frames in qWasmLocal
Show description for 883908dcommitted[JSC][WASM][Debugger] Implement interleaved WASM/JS call stack collection
Show description for c4f8ccdcommitted
Commits on Mar 14, 2026
[JSC][WASM][Debugger] ENABLE(WEBASSEMBLY_DEBUGGER) must not be architecture-dependent to keep IPC MessageNames consistent
Show description for 5f233abcommitted
Commits on Mar 5, 2026
Adopt NODELETE in more places in Source/JavaScriptCore
Show description for b9a7c91committed