search for: symbolgoesinglobalsstream

Displaying 4 results from an estimated 4 matches for "symbolgoesinglobalsstream".

2019 Feb 08
2
[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:
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...} >>>> >>>> Is it what you meant ? >>>> >>>> >>>> >>>> >>>> Le lun. 21 janv. 2019 à 18:50, Zachary Turner <zturner at google.com> a >>>> écrit : >>>> >>>>> Also, even if symbolGoesInGlobalsStream returns true, you can’t just >>>>> copy it. Functions, for example, which are S_GPROC32 or S_LPROC32 in the >>>>> module stream, are S_PROCREF in the globals stream. Similarly, *everything* >>>>> in the publics stream is S_PUB32. So you need to convert e...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Le lun. 21 janv. 2019 à 18:50, Zachary Turner <zturner at google.com> a >>>>>> écrit : >>>>>> >>>>>>> Also, even if symbolGoesInGlobalsStream returns true, you can’t just >>>>>>> copy it. Functions, for example, which are S_GPROC32 or S_LPROC32 in the >>>>>>> module stream, are S_PROCREF in the globals stream. Similarly, *everything* >>>>>>> in the publics stream is S_PUB32....
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose COFF but it embeds dwarf and not codeview in the end.. there probably is a way to do it or at least it must be implemented if not yet.. Lets imagine I manage to do that.. when you say there is nothing to do, I still must have a PDBFileBuilder to copy the codeview data inside the EXE PDB right ? I cannot insert them easily in