• chunyang.dai's avatar
    X87: Debugger: prepare code for debugging on a per-function basis. · 65f18c9d
    chunyang.dai authored
    port 35c28ce0 (r29758).
    
    original commit message:
    
        Prior to this patch, we enter a global debug mode whenever a break point
        is set. By entering this mode, all code is deoptimized and activated
        frames are recompiled and redirected to newly compiled debug code.
    
        After this patch, we only deoptimize/redirect for functions we want to
        debug. Trigger for this is Debug::EnsureDebugInfo, and having DebugInfo
        object attached to the SFI prevents optimization/inlining.
    
        The result is that we can have optimized code for functions without break
        points alongside functions that do have break points, which are not
        optimized.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1249503002
    
    Cr-Commit-Position: refs/heads/master@{#29765}
    65f18c9d
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
builtins-x87.cc Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
debug-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
full-codegen-x87.cc Loading commit data...
interface-descriptors-x87.cc Loading commit data...
lithium-codegen-x87.cc Loading commit data...
lithium-codegen-x87.h Loading commit data...
lithium-gap-resolver-x87.cc Loading commit data...
lithium-gap-resolver-x87.h Loading commit data...
lithium-x87.cc Loading commit data...
lithium-x87.h Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
regexp-macro-assembler-x87.cc Loading commit data...
regexp-macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...