[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/28462] New: c++filt/objdump fail to demangle C++ symbol
From: |
christoph.hasse at cern dot ch |
Subject: |
[Bug binutils/28462] New: c++filt/objdump fail to demangle C++ symbol |
Date: |
Sat, 16 Oct 2021 20:49:00 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=28462
Bug ID: 28462
Summary: c++filt/objdump fail to demangle C++ symbol
Product: binutils
Version: 2.37
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: christoph.hasse at cern dot ch
Target Milestone: ---
The following symbol wasn't getting demanlged by `c++filt -t` or during
`objdump -D -C`
_ZZNK5Gaudi10Functional7details16MultiTransformerIFSt5tupleIJSt6vectorIN4LHCb13VPFullClusterESaIS6_EESt5arrayIjLm53EEEERK12EventContextRKNS5_8RawEventERK4DeVPENS0_6Traits4use_IJNS5_7DetDesc21useConditionHandleForIJSI_EEENSM_11BaseClass_tINSO_23ConditionAccessorHolderI10FixTESPathINS_9AlgorithmEEEEEEEEELb0EE7executeESE_ENKUlDpRT_E_clIJK21DataObjectWriteHandleIS8_S8_EKS15_ISA_SA_EEEEDaS12_
`llvm-cxxfilt` gives:
auto
Gaudi::Functional::details::MultiTransformer<std::tuple<std::vector<LHCb::VPFullCluster,
std::allocator<LHCb::VPFullCluster> >, std::array<unsigned int, 53ul> >
(EventContext const&, LHCb::RawEvent const&, DeVP const&),
Gaudi::Functional::Traits::use_<LHCb::DetDesc::useConditionHandleFor<DeVP>,
Gaudi::Functional::Traits::BaseClass_t<LHCb::DetDesc::ConditionAccessorHolder<FixTESPath<Gaudi::Algorithm>
> > >, false>::execute(EventContext const&)
const::'lambda'(auto&...)::operator()<DataObjectWriteHandle<std::vector<LHCb::VPFullCluster,
std::allocator<LHCb::VPFullCluster> >, std::vector<LHCb::VPFullCluster,
std::allocator<LHCb::VPFullCluster> > > const,
DataObjectWriteHandle<std::array<unsigned int, 53ul>, std::array<unsigned int,
53ul> > const>(auto&...) const
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/28462] New: c++filt/objdump fail to demangle C++ symbol,
christoph.hasse at cern dot ch <=