Closed
Bug 769005
Opened 13 years ago
Closed 13 years ago
xplat: debug mode needs to pass '-g' at link time too (at least on Mac OS X).
Categories
(Tamarin Graveyard :: Build Config, defect)
Tamarin Graveyard
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pnkfelix, Assigned: pnkfelix)
References
Details
Attachments
(1 file)
|
852 bytes,
patch
|
mcgachey
:
review+
|
Details | Diff | Splinter Review |
I spent a little while puzzling over why half of the entries in my avmshell stack traces were missing line number and other symbolic information, which makes debugging a lot less fun.
The answer: in the generated Makefile,
DEBUG_LDFLAGS=
needs to be
DEBUG_LDFLAGS=-g
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → fklockii
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 637199 [details] [diff] [review]
patch A v1: fix it!
(I don't always request code reviews on such trivial patches, but in this case I figure it wouldn't be bad to give Phil a chance to be a reviewer. I'll post a few more review requests on other bugs for him in the near future I think.)
Attachment #637199 -
Flags: review?(mcgachey)
Comment 3•13 years ago
|
||
R+
Looks good.
Updated•13 years ago
|
Attachment #637199 -
Flags: review?(mcgachey) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Pushed to AVM in CL 1108583.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
changeset: 7538:73cd54753596
user: Felix Klock II <fklockii@adobe.com>
summary: Bug 769005: add -g to link options in debug mode (r=mcgachey).
http://hg.mozilla.org/tamarin-redux/rev/73cd54753596
You need to log in
before you can comment on or make changes to this bug.
Description
•