• bjaideep's avatar
    PPC/s390: [debug] Untangle DebugInfo from break point support · 39e42b5e
    bjaideep authored
    Port d3371c23
    
    Original Commit Message:
    
        DebugInfo was very closely tied to break point support:
        * It contained only information relevant to break points.
        * It was created and freed by break point implementation.
        * Existence of a DebugInfo on the shared function info implied existence of
          break points.
    
        This CL is a step towards making DebugInfo usable by other debugging
        functionality such as block coverage by decoupling it from break point support,
        which is now only one kind of information stored on the DebugInfo object.
    
    R=jgruber@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=v8:6000
    LOG=N
    
    Review-Url: https://codereview.chromium.org/2927813004
    Cr-Commit-Position: refs/heads/master@{#45796}
    39e42b5e
builtins-s390.cc 114 KB