Re: [lldb-dev] LLDB SBAPI questions

2020-07-15 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] LLDB SBAPI questions

2020-07-14 Thread Vadim Chugunov via lldb-dev
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! ___