Bug 169559

Summary: [JSC][Linux] Allow profilers to demangle C++ names
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Yusuke Suzuki
Reported 2017-03-13 11:57:16 PDT
[JSC][Linux] Allow profilers to demangle C++ names
Attachments
Patch (2.60 KB, patch)
2017-03-13 11:58 PDT, Yusuke Suzuki
mcatanzaro: review+
Yusuke Suzuki
Comment 1 2017-03-13 11:58:09 PDT
Michael Catanzaro
Comment 2 2017-03-13 12:01:13 PDT
Comment on attachment 304280 [details] Patch I wonder if some of this like cxxabi.h is specific to libstdc++, or if it works with libc++ as well?
Yusuke Suzuki
Comment 3 2017-03-13 12:07:26 PDT
(In reply to comment #2) > Comment on attachment 304280 [details] > Patch > > I wonder if some of this like cxxabi.h is specific to libstdc++, or if it > works with libc++ as well? This is ABI specific part. So libsupc++/libc++-rt should offer that (and both offer this header.)
Yusuke Suzuki
Comment 4 2017-03-13 12:09:13 PDT
Note You need to log in before you can comment on or make changes to this bug.