Ignore:
Timestamp:
Oct 5, 2020, 2:35:19 PM (5 years ago)
Author:
[email protected]
Message:

Add JSC option to trigger a hardware breakpoint when debugger expressions are reached.
https://bugs.webkit.org/show_bug.cgi?id=217334

Reviewed by Yusuke Suzuki.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::debug):

  • runtime/JSGlobalObject.h:

(JSC::JSGlobalObject::defaultCodeGenerationMode const):

  • runtime/OptionsList.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r267972 r268004  
     12020-10-05  Keith Miller  <[email protected]>
     2
     3        Add JSC option to trigger a hardware breakpoint when debugger expressions are reached.
     4        https://bugs.webkit.org/show_bug.cgi?id=217334
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * interpreter/Interpreter.cpp:
     9        (JSC::Interpreter::debug):
     10        * runtime/JSGlobalObject.h:
     11        (JSC::JSGlobalObject::defaultCodeGenerationMode const):
     12        * runtime/OptionsList.h:
     13
    1142020-10-05  David Kilzer  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.