<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jdevlieghere@apple.com" title="Jonas Devlieghere <jdevlieghere@apple.com>"> <span class="fn">Jonas Devlieghere</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - LLDB on OSX exits on breakpoint"
   href="https://bugs.llvm.org/show_bug.cgi?id=19212">bug 19212</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>jdevlieghere@apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - LLDB on OSX exits on breakpoint"
   href="https://bugs.llvm.org/show_bug.cgi?id=19212#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - LLDB on OSX exits on breakpoint"
   href="https://bugs.llvm.org/show_bug.cgi?id=19212">bug 19212</a>
              from <span class="vcard"><a class="email" href="mailto:jdevlieghere@apple.com" title="Jonas Devlieghere <jdevlieghere@apple.com>"> <span class="fn">Jonas Devlieghere</span></a>
</span></b>
        <pre>The DWARF generated with ToT clang for the attached preprocessed source file
looks correct:

0x00001e27:   DW_TAG_class_type
                DW_AT_containing_type   (0x00001e27)
                DW_AT_calling_convention        (DW_CC_pass_by_reference)
                DW_AT_name      ("QObject")
                DW_AT_byte_size (0x10)
                DW_AT_decl_file
("/devel/Qt520/5.2.0/clang_64/lib/QtCore.framework/Headers/qobject.h")
                DW_AT_decl_line (114)

...

0x0002a9ef:   DW_TAG_class_type
                DW_AT_containing_type   (0x00001e27)
                DW_AT_calling_convention        (DW_CC_pass_by_reference)
                DW_AT_name      ("QAction")
                DW_AT_byte_size (0x10)
                DW_AT_decl_file
("/devel/Qt520/5.2.0/clang_64/lib/QtWidgets.framework/Headers/qaction.h")
                DW_AT_decl_line (61)

0x0002a9fc:     DW_TAG_inheritance
                  DW_AT_type    (0x00001e27 "QObject")
                  DW_AT_data_member_location    (0x00)
                  DW_AT_accessibility   (DW_ACCESS_public)

If anything this is/was a debug info bug in the compiler. Maybe it got fixed?</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>