[lldb-dev] [Bug 33603] lldb unable to demangle lambdas in destructors

via lldb-dev lldb-dev at lists.llvm.org
Tue Jun 27 02:32:51 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33603

labath at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |labath at google.com
           Assignee|lldb-dev at lists.llvm.org     |labath at google.com

--- Comment #1 from labath at google.com ---
Seems to work for me:
(lldb) bt
* thread #1, name = 'a.out', stop reason = step in
  * frame #0: 0x000000000040068c
a.out`Impl::~Impl(__closure=0x00007fffffffdbcf)::'lambda'()::operator()() const
at a.cc:13
    frame #1: 0x00000000004006ec a.out`void
Impl::ImplTemplateFunc<Impl::~Impl()::'lambda'()>(this=0x00007fffffffdbef,
f=0x00007fffffffdbcf)::'lambda'()&&) at a.cc:8
    frame #2: 0x00000000004006cd a.out`Impl::~Impl(this=0x00007fffffffdbef) at
a.cc:14
    frame #3: 0x0000000000400677 a.out`main at a.cc:20
    frame #4: 0x00007ffff772ff45 libc.so.6`__libc_start_main(main=(a.out`main
at a.cc:18), argc=1, argv=0x00007fffffffdce8, init=<unavailable>,
fini=<unavailable>, rtld_fini=<unavailable>, stack_end=0x00007fffffffdcd8) at
libc-start.c:287
    frame #5: 0x0000000000400599 a.out`_start + 41


Which version of lldb are you using? Can you try with latest trunk?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170627/bad70598/attachment.html>


More information about the lldb-dev mailing list