Closed
Bug 72905
Opened 25 years ago
Closed 25 years ago
add ``trap'' to XPCOM_DEBUG_BREAK flags
Categories
(Core :: XPCOM, defect, P4)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: waterson, Assigned: waterson)
Details
Attachments
(1 file)
|
736 bytes,
patch
|
Details | Diff | Splinter Review |
This is a feature for debugging on x86 Linux. When XPCOM_DEBUG_BREAK flags is
set to ``trap'', issue int $3 to drop you into the debugger on NS_ASSERTION()'s.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
sspitzer, could you r=? brendan or alecf, sr=?
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla0.9
Comment 3•25 years ago
|
||
r/sr=brendan@mozilla.org -- should DebugBreak be a no-op if not x86/linux, or
should it abort? What if jim nance sets XPCOM_DEBUG_BREAK=trap? I think he
should be goaded with a corefile into porting DebugBreak to his platform!
/be
Comment 4•25 years ago
|
||
r=sspitzer
| Assignee | ||
Comment 5•25 years ago
|
||
Fix checked in. Hey Jim, brendan's talking' smack...
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•