> On Jul 14, 2020, at 3:13 PM, Vadim Chugunov via lldb-dev
> wrote:
>
> Hi,
> I've a couple of questions:
>
> 1. Is there a way to get numeric values of C++ template parameters?SBType
> has a method for discovering argument kind and type, but I couldn't find
> anything for values.
You
Hi,
I've a couple of questions:
1. Is there a way to get numeric values of C++ template parameters?
SBType has a method for discovering argument kind and type, but I couldn't
find anything for values.
2. Can I enumerate static variables of a class via SBType? (and read their
values)
thanks!
___