Displaying 3 results from an estimated 3 matches for "globalsstream".
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...lder &
>>>> Co / reading a PDBFile) and check if visual studio wants to eat it..
>>>> For Publics and Globals, what I do is naive, I use the GsiStreamBuilder
>>>> and prey :)
>>>>
>>>>
>>>>
>>>> if (File.hasPDBGlobalsStream() && File.getPDBGlobalsStream()) {
>>>> GSIStreamBuilder &builder = this->getGsiBuilder();
>>>> GlobalsStream &stream = *File.getPDBGlobalsStream();
>>>> SymbolStream &SymbolRecords = cantFail(File.getPDBSymbolStream());
>>...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...le) and check if visual studio wants to eat it..
>>>>>> For Publics and Globals, what I do is naive, I use the
>>>>>> GsiStreamBuilder and prey :)
>>>>>>
>>>>>>
>>>>>>
>>>>>> if (File.hasPDBGlobalsStream() && File.getPDBGlobalsStream()) {
>>>>>> GSIStreamBuilder &builder = this->getGsiBuilder();
>>>>>> GlobalsStream &stream = *File.getPDBGlobalsStream();
>>>>>> SymbolStream &SymbolRecords = cantFail(File.getPDB...
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