Commits
User selector
Commit History
Commits on May 7, 2020
[wasm][debug] Clear breakpoints when debugger is disabled
Show description for 3c51da6authored andcommitted
Commits on Feb 3, 2020
[debugger] Allow termination-on-resume when paused at a breakpoint
Show description for 9e52d5cauthored andcommitted
Commits on Dec 18, 2019
[wasm] Support remove breakpoint
Show description for b0dbe45authored andcommitted
Commits on Dec 4, 2019
[class] implement inspector support for private instance methods
Show description for 963ff84authored andcommitted
Commits on Nov 22, 2019
[wasm] Support stepping back to Javascript from Wasm
Show description for 271bb94authored andcommitted
Commits on Nov 15, 2019
[cleanup] Refactor Smi::kZero to Smi::zero()
Show description for 2ac7ed8authored andcommitted
Commits on Sep 13, 2019
[iwyu] Add missing includes of <memory> for std::unique_ptr
Show description for 75790c9authored andcommitted
Commits on Aug 23, 2019
Reland "[debug] only break on entry when immediately called from JS"
Show description for b3d1fdcauthored andcommitted
Commits on Aug 22, 2019
Revert "[debug] only break on entry when immediately called from JS"
Show description for 0bd19ddauthored andcommitted
[debug] only break on entry when immediately called from JS
Show description for e66cee7authored andcommitted
Commits on Jul 12, 2019
[cleanup] Reduce frames.h include ball from 686 to ~270
Show description for 3f3625fauthored andcommitted
Commits on Jun 13, 2019
[execution] Extract interrupt scopes and stack guard
Show description for 6d990aeauthored andcommitted
Commits on May 24, 2019
Move remaining files in src/
Show description for f9a88acauthored andcommitted
Commits on May 23, 2019
Move handles-related files to src/handles
Show description for 4c986c6authored andcommitted
Commits on May 22, 2019
Move relevant files to src/execution
Show description for 0fa243aauthored andcommitted
Commits on May 21, 2019
Move code generation related files to src/codegen
Show description for a6eeea3authored andcommitted
Commits on May 8, 2019
inspector: added Debugger.setInstrumentationBreakpoint method
Show description for b901591authored andcommitted
Commits on Apr 9, 2019
[debug][cleanup] Using 'using' instead of 'typedef'
Show description for ede4557authored andcommitted
Commits on Apr 4, 2019
[cctest] Add V8_EXPORT_PRIVATE for cctest (src/ part)
Show description for f72b919authored andcommitted
Commits on Feb 27, 2019
[class] Expose private fields through GetPrivateFields
Show description for 9550604authored andcommitted
Commits on Feb 1, 2019
[iwyu] debug.h iwyu
Show description for 7ab09b3authored andcommitted
[iwyu] Detach v8threads.h from Giant Include Cluster
Show description for 0c34e2fauthored andcommitted
Commits on Dec 26, 2018
[ubsan] Port Object to the new design
Show description for 056f927authored andcommitted
Commits on Dec 17, 2018
[ubsan] Port Struct subclasses, part 5
Show description for e9c4c53authored andcommitted
Commits on Dec 8, 2018
[ubsan] Port JSReceiver and subclasses to the new design
Show description for cfb5bb7authored andcommitted
Commits on Nov 27, 2018
[Debug] Special case DebugBreakOnBytecode for cases where we restart the frame.
Show description for 6292fdbauthored andcommitted
Commits on Oct 31, 2018
Reland "[ubsan] Replace Object** in GlobalHandles"
Show description for 18ac146authored andcommitted
Revert "[ubsan] Replace Object** in GlobalHandles"
Show description for 162d4e6authored andcommitted
[ubsan] Replace Object** in GlobalHandles
Show description for 9392727authored andcommitted
Commits on Sep 28, 2018
inspector: mark all pauses on promise rejection with proper reason
Show description for 3f99afcauthored andcommitted
Commits on Sep 11, 2018
[cleanup] Remove empty and deprecated BASE_EMBEDDED macro
Show description for a213926authored andcommitted
Commits on Sep 10, 2018
[debug] Refactored function param to be const ref
Show description for fed741eauthored andcommitted
Commits on Sep 4, 2018
[debug-evaluate] extend accessors by runtime receiver checks
Show description for 1c2aa60authored andcommitted
Commits on Sep 3, 2018
Revert "inspector: find magic comment using V8 scanner"
Show description for 4a96850authored andcommitted
Commits on Aug 29, 2018
Reland "inspector: find magic comment using V8 scanner"
Show description for cd7f9c6authored andcommitted