Closed
Bug 222165
Opened 22 years ago
Closed 22 years ago
jprof should use dynamic symbol table as fallback
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
|
946 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
If the .symtab section does not exist for a shared library, it would be nice to
have jprof use the .dynsym symbols. It's not perfect (it only includes exported
symbols), but I think it's better than nothing.
| Assignee | ||
Comment 1•22 years ago
|
||
add fallback
| Assignee | ||
Updated•22 years ago
|
Attachment #133288 -
Flags: review?(dbaron)
Attachment #133288 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 2•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•