<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - print object reference displays no members, yet there are"
   href="https://bugs.llvm.org/show_bug.cgi?id=51274">51274</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>print object reference displays no members, yet there are
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cristiano@dibuduo.be
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I can not inspect the contents of my objects. I have made a math library, which
I use in many projects, and on many platforms. None of my linear algebra
objects can be displayed, or otherwise investigated, other than by converting
the this-pointer to the element type pointer, and dumping that instead. I am
currently working on an Android native app, and it would be nice that my latest
version of Android Studio could allow me to see what's inside my object when it
is being watched. The current method which I am forced to use is tedious.

Upon request I am willing to provide the offending source code case. But I fail
to see why using the print command yields only curly braces. My classes are
indeed nested deeply and are heavily templatized, with the only members
residing in the ultimate superclass, about ten levels up, where sometimes
different kinds of objects and arrays of objects are all members of a union, in
a way that may appear a bit strange at first, but in my opinion there should
not be a reason for the exceptional behavior of the lldb print command just
giving up like it currently does.</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>