[lldb-dev] [Bug 51274] New: print object reference displays no members, yet there are

2021-07-29 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=51274

Bug ID: 51274
   Summary: print object reference displays no members, yet there
are
   Product: lldb
   Version: unspecified
  Hardware: PC
OS: Windows NT
Status: NEW
  Severity: normal
  Priority: P
 Component: All Bugs
  Assignee: lldb-dev@lists.llvm.org
  Reporter: cristi...@dibuduo.be
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] 13.0.0-rc1 pushed out to Monday

2021-07-29 Thread Tom Stellard via lldb-dev

Hi,

I'm going to give the release/13.x branch a few more days to
stabilize, so I plan on tagging 13.0.0-rc1 on Monday now
instead of Friday.

-Tom

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev