Closed
Bug 510571
Opened 16 years ago
Closed 16 years ago
[arm] don't report illegal instructions to debugger while doing our tests
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
2.08 KB,
patch
|
graydon
:
review+
vlad
:
approval1.9.2+
|
Details | Diff | Splinter Review |
On Windows CE, our instruction tests explicitly generate illegal instruction exceptions so that we can figure out what CPU we're on. This causes the debugger to break at each of those, which is mighty annoying.
This patch sets some kernel thread flags that tell the debugger to ignore exceptions during the given section.
Attachment #394557 -
Flags: review?(graydon)
Updated•16 years ago
|
Attachment #394557 -
Flags: review?(graydon) → review+
Assignee | ||
Updated•16 years ago
|
Attachment #394557 -
Flags: approval1.9.2+
Assignee | ||
Comment 1•16 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/8432389e1189
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/be6c505a2003
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: general → vladimir
status1.9.2:
--- → beta1-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•