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+
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.