[Lldb-commits] [PATCH] D49018: Convert a location information from PDB to a DWARF expression
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 17 09:18:14 PDT 2018
aleksandr.urakov added a comment.
The expression `location = {{.*}},` should process that space correctly. It is possible to remove that space in `DWARFExpression::DumpLocation` function, but I don't know how necessary is it.
But what about a compiler version? I want to fix the issue if something wrong with my testing environment...
I've already added you to https://reviews.llvm.org/D49368. But it's not clear enough yet what patch will be applied, https://reviews.llvm.org/D49368 or https://reviews.llvm.org/D49410 :) I'll add you to https://reviews.llvm.org/D49410 too.
Repository:
rL LLVM
https://reviews.llvm.org/D49018
More information about the lldb-commits
mailing list