1. 23 Nov, 2016 1 commit
  2. 08 Nov, 2016 1 commit
  3. 07 Nov, 2016 2 commits
  4. 16 Dec, 2015 1 commit
  5. 15 Dec, 2015 1 commit
    • yangguo's avatar
      [debugger] flood function for stepping on throw. · 6d8a2611
      yangguo authored
      We used to flood the handler when preparing for stepping,
      even if we may not throw. Instead, we now flood the
      handler only when we actually throw.
      
      This also solves an issue with step-next when we throw and
      leave the function unexpectedly. In combination with
      microtasks, this could cause a crash.
      
      R=mstarzinger@chromium.org
      BUG=chromium:568477
      LOG=N
      
      Review URL: https://codereview.chromium.org/1527593002
      
      Cr-Commit-Position: refs/heads/master@{#32856}
      6d8a2611