<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - lldb unable to demangle lambdas in destructors"
   href="https://bugs.llvm.org/show_bug.cgi?id=33603">bug 33603</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>labath@google.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>lldb-dev@lists.llvm.org
           </td>
           <td>labath@google.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - lldb unable to demangle lambdas in destructors"
   href="https://bugs.llvm.org/show_bug.cgi?id=33603#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - lldb unable to demangle lambdas in destructors"
   href="https://bugs.llvm.org/show_bug.cgi?id=33603">bug 33603</a>
              from <span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>