Bug 127230 - Add a hasBreakpointFlag arg to the op_debug bytecode
Summary: Add a hasBreakpointFlag arg to the op_debug bytecode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 122836
  Show dependency treegraph
 
Reported: 2014-01-18 11:51 PST by Mark Lam
Modified: 2014-01-18 13:07 PST (History)
6 users (show)

See Also:


Attachments
the patch. (3.27 KB, patch)
2014-01-18 11:55 PST, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2014-01-18 11:51:11 PST
This is in anticipation of upcoming changes to support bytecode level breakpoints.  This patch adds the flag to the op_debug bytecode and initializes it, but does not use it yet.
Comment 1 Mark Lam 2014-01-18 11:55:06 PST
Created attachment 221563 [details]
the patch.
Comment 2 Geoffrey Garen 2014-01-18 12:38:46 PST
Comment on attachment 221563 [details]
the patch.

r=me
Comment 3 WebKit Commit Bot 2014-01-18 13:07:40 PST
Comment on attachment 221563 [details]
the patch.

Clearing flags on attachment: 221563

Committed r162270: <http://trac.webkit.org/changeset/162270>
Comment 4 WebKit Commit Bot 2014-01-18 13:07:43 PST
All reviewed patches have been landed.  Closing bug.