DescriptionPPC/s390: [debug] Untangle DebugInfo from break point support
Port d3371c23cb4b89da4f7b4ff09c11d594af213bc0
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}
Committed: https://chromium.googlesource.com/v8/v8/+/39e42b5ef08e8b6b28f060bb2f08b1149c458fbe
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|