Closed
Bug 1590874
Opened 6 years ago
Closed 6 years ago
[jsdbg2] Breakpoint dispatcher includes unnecessary check for Wasm breakpoints
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: jimb, Assigned: loganfsmyth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
Details |
DebugAPI::onTrap filters out breakpoints set on other wasm::Instances, but breakpoint sites are owned by a specific wasm::Instance now, so that check is unnecessary and confusing.
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/373ebff70ac2
Rely on per-WasmInstance WasmBreakpointSite objects. r=jimb
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•