On Sat, Oct 17, 2020 at 05:54:54PM +1100, Jupiter wrote:
> I am running c++filt on ubuntu 18.04, it can demangle some names but
> failed other names:
> 
> $ c++filt _ZN5boost4asio6detail9scheduler3runERNS_6system10error_codeE+0x83
> 
> _ZN5boost4asio6detail9scheduler3runERNS_6system10error_codeE+0x83

Lose the +0x83, which isn't part of the name and it can

$ c++filt _ZN5boost4asio6detail9scheduler3runERNS_6system10error_codeE
boost::asio::detail::scheduler::run(boost::system::error_code&)

-- 
Alan Modra
Australia Development Lab, IBM

Reply via email to