WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
169559
[JSC][Linux] Allow profilers to demangle C++ names
https://bugs.webkit.org/show_bug.cgi?id=169559
Summary
[JSC][Linux] Allow profilers to demangle C++ names
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2017-03-13 11:58:09 PDT
Created
attachment 304280
[details]
Patch
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
Committed
r213859
: <
http://trac.webkit.org/changeset/213859
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug