Re: [lldb-dev] Support of a lookup of variables values with PDB

2018-06-28 Thread Aleksandr Urakov via lldb-dev
Thank you for explanations! I'll create the converter to DWARF expressions. Regards, Aleksandr On Wed, Jun 27, 2018 at 5:38 PM Greg Clayton wrote: > > > On Jun 27, 2018, at 5:25 AM, Aleksandr Urakov via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > Hello! > > We want to add to LLDB a suppor

Re: [lldb-dev] Support of a lookup of variables values with PDB

2018-06-27 Thread Greg Clayton via lldb-dev
> On Jun 27, 2018, at 5:25 AM, Aleksandr Urakov via lldb-dev > wrote: > > Hello! > > We want to add to LLDB a support of a lookup of variables values with PDB. > > Now SymbolFilePDB::ParseVariableForPDBData function uses an empty location > for variables, so e.g. `fr v` prints values as ''.

[lldb-dev] Support of a lookup of variables values with PDB

2018-06-27 Thread Aleksandr Urakov via lldb-dev
Hello! We want to add to LLDB a support of a lookup of variables values with PDB. Now SymbolFilePDB::ParseVariableForPDBData function uses an empty location for variables, so e.g. `fr v` prints values as ''. Symbol location information is available in a PDB (through PDBSymbolData::getLocationTyp