Vivien Millet via llvm-dev
2019-Feb-08 00:43 UTC
[llvm-dev] [DIBuilder][DebugInfo] Parameter visible in "Locals" but not in "Watch" under msvc
Hi, What could be wrong or missing in the debug info (using DIBuilder) so that a parameter is displayed well in the "Locals" window but "not found" when typing it in the "Watch" window (and not displayed in the Auto) ? Thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190208/3d8bd7d0/attachment.html>
Zachary Turner via llvm-dev
2019-Feb-09 04:54 UTC
[llvm-dev] [DIBuilder][DebugInfo] Parameter visible in "Locals" but not in "Watch" under msvc
Probably its information is incorrect in the PDB globals stream On Thu, Feb 7, 2019 at 4:42 PM Vivien Millet via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > What could be wrong or missing in the debug info (using DIBuilder) so that > a parameter is displayed well in the "Locals" window but "not found" when > typing it in the "Watch" window (and not displayed in the Auto) ? > Thanks ! > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190208/4886847f/attachment.html>
Vivien Millet via llvm-dev
2019-Feb-09 09:39 UTC
[llvm-dev] [DIBuilder][DebugInfo] Parameter visible in "Locals" but not in "Watch" under msvc
I might be wrong but according to 'symbolGoesInGlobalsStream' function in LLD code, S_LOCAL symbols don't go to global stream right ? Or did you mean something else ? Le sam. 9 févr. 2019 à 05:54, Zachary Turner <zturner at google.com> a écrit :> Probably its information is incorrect in the PDB globals stream > On Thu, Feb 7, 2019 at 4:42 PM Vivien Millet via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> What could be wrong or missing in the debug info (using DIBuilder) so >> that a parameter is displayed well in the "Locals" window but "not found" >> when typing it in the "Watch" window (and not displayed in the Auto) ? >> Thanks ! >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190209/2475a035/attachment.html>