Bug 129834 - JSC backtraces only provide machine addresses in JIT code
Summary: JSC backtraces only provide machine addresses in JIT code
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 15:06 PST by Mark Hahnenberg
Modified: 2014-03-06 15:06 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-03-06 15:06:43 PST
It would be nice if we included some data about the CodeBlock of any machine instructions encountered while creating the backtrace. Perhaps something like the name/hash format we use in the JSC profiling data output?